Opm::Properties::Detail::GetDefined< TypeTag, Property, std::tuple< FirstTypeTag, Args... > > Struct Template Reference

#include <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 Opm::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 Opm::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: