3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::Properties::Detail::GetPropImpl< TypeTag, Property > Struct Template Reference

helper struct to extract get the Property specilization given a TypeTag, asserts that the property is defined More...

#include <dumux/common/properties/propertysystem.hh>

Description

template<class TypeTag, template< class, class > class Property>
struct Dumux::Properties::Detail::GetPropImpl< TypeTag, Property >

helper struct to extract get the Property specilization given a TypeTag, asserts that the property is defined

Public Types

using type = typename Detail::GetDefined<TypeTag, Property, std::tuple<TypeTag>>::type

Member Typedef Documentation

◆ type

template<class TypeTag, template< class, class > class Property>
using Dumux::Properties::Detail::GetPropImpl< TypeTag, Property >::type = typename Detail::GetDefined<TypeTag, Property, std::tuple<TypeTag>>::type

The documentation for this struct was generated from the following file: