3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::Properties::Detail::GetDefined< TypeTag, Property, std::tuple< FirstTypeTag, Args... > > Struct Template Reference

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

Public Types

using FirstType = Property< TypeTag, FirstTypeTag >
 
using type = std::conditional_t< isDefinedProperty< FirstType >(int{}), FirstType, typename GetNextTypeTag< TypeTag, Property, std::tuple< FirstTypeTag, Args... >, void >::type >
 

Member Typedef Documentation

◆ FirstType

template<class TypeTag , template< class, class > class Property, class FirstTypeTag , class ... Args>
using Dumux::Properties::Detail::GetDefined< TypeTag, Property, std::tuple< FirstTypeTag, Args... > >::FirstType = Property<TypeTag, FirstTypeTag>

◆ type

template<class TypeTag , template< class, class > class Property, class FirstTypeTag , class ... Args>
using Dumux::Properties::Detail::GetDefined< TypeTag, Property, std::tuple< FirstTypeTag, Args... > >::type = std::conditional_t<isDefinedProperty<FirstType>(int{}), FirstType, typename GetNextTypeTag<TypeTag, Property, std::tuple<FirstTypeTag, Args...>, void>::type>

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