helper alias to create a tuple of shared_ptr<...> from an indexed type More...
#include <dumux/multidomain/traits.hh>
helper alias to create a tuple of shared_ptr<...> from an indexed type
Public Types | |
template<std::size_t i> | |
using | PtrType = std::shared_ptr< T< i > > |
using | type = typename makeFromIndexedType< std::tuple, PtrType, Indices >::type |
using Dumux::Detail::MultiDomainTupleSharedPtr< T, Indices >::PtrType = std::shared_ptr<T<i> > |
using Dumux::Detail::MultiDomainTupleSharedPtr< T, Indices >::type = typename makeFromIndexedType<std::tuple, PtrType, Indices>::type |