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... > > Struct Template Reference

#include <typelist.hpp>

Public Types

using type = list< OldTypes..., NewTypes... >
 

Detailed Description

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

Definition at line 34 of file typelist.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 35 of file typelist.hpp.


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