BitShares-Core
7.0.0
BitShares blockchain node software and command-line wallet software
|
#include <typelist.hpp>
Public Types | |
using | type = typename concat< list< list< A, B > >, typename zip< list< As... >, list< Bs... > >::type >::type |
Definition at line 127 of file typelist.hpp.
using fc::typelist::impl::zip< list< A, As... >, list< B, Bs... > >::type = typename concat<list<list<A, B> >, typename zip<list<As...>, list<Bs...> >::type>::type |
Definition at line 128 of file typelist.hpp.