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

#include <typelist.hpp>

Public Types

using type = typename remove_at< list< Left..., T >, list< Right... >, index-1 >::type
 

Detailed Description

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

Definition at line 99 of file typelist.hpp.

Member Typedef Documentation

◆ type

template<typename... Left, typename T , typename... Right, std::size_t index>
using fc::typelist::impl::remove_at< list< Left... >, list< T, Right... >, index >::type = typename remove_at<list<Left..., T>, list<Right...>, index-1>::type

Definition at line 100 of file typelist.hpp.


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