BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <typelist.hpp>
Public Types | |
template<typename NewType > | |
using | add = typename builder< typename impl::concat< List, list< NewType > >::type >::type |
template<typename NewList > | |
using | add_list = typename builder< typename impl::concat< List, NewList >::type >::type |
using | type = builder |
using | finalize = List |
Template to build typelists using the following syntax:
Or:
Definition at line 161 of file typelist.hpp.
using fc::typelist::builder< List >::add = typename builder<typename impl::concat<List, list<NewType> >::type>::type |
Definition at line 162 of file typelist.hpp.
using fc::typelist::builder< List >::add_list = typename builder<typename impl::concat<List, NewList>::type>::type |
Definition at line 163 of file typelist.hpp.
using fc::typelist::builder< List >::finalize = List |
Definition at line 165 of file typelist.hpp.
using fc::typelist::builder< List >::type = builder |
Definition at line 164 of file typelist.hpp.