My Project
|
Public Types | |
using | LastSplice = Splices< TypeTag, LastTypeTag > |
using | nexttuple = typename GetNextSpliceTypeTag< TypeTag, ConCatTuples< std::tuple< LastTypeTag >, typename LastSplice::type >, void >::type |
using | type = std::conditional_t< isDefinedSplice< LastSplice >(int{}), ConCatTuples< nexttuple, typename LastSplice::type >, nexttuple > |