Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::TypeTraits::RemoveFirst< T, Rest > Struct Template Reference

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

Definition at line 133 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 134 of file TypeTraits.hxx.


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