Logo ROOT   6.12/07
Reference Guide
List of all members | Public Types | List of all members
ROOT::TypeTraits::TakeFirstType< T, Rest > Struct Template Reference

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

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


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