Logo ROOT   6.14/05
Reference Guide
List of all members | Public Types | List of all members
ROOT::TypeTraits::RemoveFirst< T, Rest > Struct Template Reference

template<typename T, typename... Rest>
struct ROOT::TypeTraits::RemoveFirst< T, Rest >

Definition at line 169 of file TypeTraits.hxx.

Public Types

using type = TypeList< Rest... >
 

#include <ROOT/TypeTraits.hxx>

Member Typedef Documentation

◆ type

template<typename T , typename... Rest>
using ROOT::TypeTraits::RemoveFirst< T, Rest >::type = TypeList<Rest...>

Definition at line 170 of file TypeTraits.hxx.


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