BitShares-Core
7.0.1
BitShares blockchain node software and command-line wallet software
|
#include <typelist.hpp>
Public Types | |
using | type = typename concat_unique< typename concat_unique< list< Uniques... >, list< T1 > >::type, list< T2, Types... > >::type |
Definition at line 76 of file typelist.hpp.
using fc::typelist::impl::concat_unique< list< Uniques... >, list< T1, T2, Types... > >::type = typename concat_unique< typename concat_unique<list<Uniques...>, list<T1> >::type, list<T2, Types...> >::type |
Definition at line 78 of file typelist.hpp.