helper alias to create a tuple of shared_ptr<...> from an indexed type
#include <dumux/multidomain/traits.hh>
| 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 |