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

#include <typelist.hpp>

Public Types

using type = list< Left..., Right... >
 

Detailed Description

template<typename... Left, typename T, typename... Right>
struct fc::typelist::impl::remove_at< list< Left... >, list< T, Right... >, 0 >

Definition at line 97 of file typelist.hpp.

Member Typedef Documentation

◆ type

template<typename... Left, typename T , typename... Right>
using fc::typelist::impl::remove_at< list< Left... >, list< T, Right... >, 0 >::type = list<Left..., Right...>

Definition at line 97 of file typelist.hpp.


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