BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | List of all members
fc::typelist::impl::concat< list< OldTypes... >, list< NewTypes... >, NextList, Lists... > Struct Template Reference

#include <typelist.hpp>

Public Types

using type = typename concat< list< OldTypes..., NewTypes... >, NextList, Lists... >::type
 

Detailed Description

template<typename... OldTypes, typename... NewTypes, typename NextList, typename... Lists>
struct fc::typelist::impl::concat< list< OldTypes... >, list< NewTypes... >, NextList, Lists... >

Definition at line 38 of file typelist.hpp.

Member Typedef Documentation

◆ type

template<typename... OldTypes, typename... NewTypes, typename NextList , typename... Lists>
using fc::typelist::impl::concat< list< OldTypes... >, list< NewTypes... >, NextList, Lists... >::type = typename concat<list<OldTypes..., NewTypes...>, NextList, Lists...>::type

Definition at line 39 of file typelist.hpp.


The documentation for this struct was generated from the following file: