#include <dumux/common/properties/propertysystem.hh>
Public Types | |
using | LastType = Property< TypeTag, LastTypeTag > |
using | type = std::conditional_t< isDefinedProperty< LastType >(int{}), LastType, typename GetNextTypeTag< TypeTag, Property, std::tuple< LastTypeTag >, void >::type > |
using Dumux::Properties::Detail::GetDefined< TypeTag, Property, std::tuple< LastTypeTag > >::LastType = Property<TypeTag, LastTypeTag> |
using Dumux::Properties::Detail::GetDefined< TypeTag, Property, std::tuple< LastTypeTag > >::type = std::conditional_t<isDefinedProperty<LastType>(int{}), LastType, typename GetNextTypeTag<TypeTag, Property, std::tuple<LastTypeTag>, void>::type> |