BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | List of all members
fc::typelist::impl::concat_unique< list< Uniques... >, list< T > > Struct Template Reference

#include <typelist.hpp>

Public Types

using type = std::conditional_t< index_of< T, list< Uniques... > >::value >=0, list< Uniques... >, list< Uniques..., T > >
 

Detailed Description

template<typename... Uniques, typename T>
struct fc::typelist::impl::concat_unique< list< Uniques... >, list< T > >

Definition at line 71 of file typelist.hpp.

Member Typedef Documentation

◆ type

template<typename... Uniques, typename T >
using fc::typelist::impl::concat_unique< list< Uniques... >, list< T > >::type = std::conditional_t<index_of<T, list<Uniques...> >::value >= 0, list<Uniques...>, list<Uniques..., T> >

Definition at line 73 of file typelist.hpp.


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