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