BitShares-Core
6.1.0
BitShares blockchain implementation and command-line interface software
|
#include <typelist.hpp>
Public Types | |
using | type = typename concat< typename make_sequence< count-1 >::type, list< std::integral_constant< std::size_t, count-1 > >>::type |
Definition at line 42 of file typelist.hpp.
using fc::typelist::impl::make_sequence< count >::type = typename concat<typename make_sequence<count-1>::type, list<std::integral_constant<std::size_t, count-1> >>::type |
Definition at line 48 of file typelist.hpp.