BitShares-Core
7.0.0
BitShares blockchain node software and command-line wallet software
|
#include <typelist.hpp>
Public Types | |
using | type = typename std::conditional_t< Filter< T1 >::value, filter< Filter, list< Filtered..., T1 >, list< Types... > >, filter< Filter, list< Filtered... >, list< Types... > >>::type |
Definition at line 107 of file typelist.hpp.
using fc::typelist::impl::filter< Filter, list< Filtered... >, list< T1, Types... > >::type = typename std::conditional_t<Filter<T1>::value, filter<Filter, list<Filtered..., T1>, list<Types...> >, filter<Filter, list<Filtered...>, list<Types...> >>::type |
Definition at line 110 of file typelist.hpp.