#include <dumux/common/properties/propertysystem.hh>
◆ FirstType
template<class TypeTag, template< class, class > class Property, class FirstTypeTag, class ... Args>
◆ type
template<class TypeTag, template< class, class > class Property, class FirstTypeTag, class ... Args>
Initial value:std::conditional_t<isDefinedProperty<FirstType>(
int{}),
FirstType,
helper struct to iteratre over the TypeTag hierarchy
Definition propertysystem.hh:73
std::conditional_t< isDefinedProperty< FirstType >(int{}), FirstType, typename GetNextTypeTag< TypeTag, Property, std::tuple< FirstTypeTag, Args... >, void >::type > type
Definition propertysystem.hh:123
Property< TypeTag, FirstTypeTag > FirstType
Definition propertysystem.hh:119
The documentation for this struct was generated from the following file: