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

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

Definition at line 123 of file TypeTraits.hxx.

Public Types

using type = T
 

#include <ROOT/TypeTraits.hxx>

Member Typedef Documentation

◆ type

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

Definition at line 124 of file TypeTraits.hxx.


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