BitShares-Core
7.0.0
BitShares blockchain node software and command-line wallet software
|
#include <typelist.hpp>
Public Types | |
using | type = std::conditional_t< index_of< T, list< Uniques... > >::value >=0, list< Uniques... >, list< Uniques..., T > > |
Definition at line 71 of file typelist.hpp.
using fc::typelist::impl::concat_unique< list< Uniques... >, list< T > >::type = std::conditional_t<index_of<T, list<Uniques...> >::value >= 0, list<Uniques...>, list<Uniques..., T> > |
Definition at line 73 of file typelist.hpp.