Logo ROOT   6.10/09
Reference Guide
List of all members | Public Types | List of all members
ROOT::Experimental::TDirectory::ToContentType< T > Struct Template Reference

template<class T>
struct ROOT::Experimental::TDirectory::ToContentType< T >

Definition at line 77 of file TDirectory.hxx.

Public Types

using decaytype = typename std::decay< T >::type
 
using type = typename std::enable_if< !std::is_pointer< decaytype >::value &&!std::is_member_pointer< decaytype >::value &&!std::is_void< decaytype >::value, decaytype >::type
 

Member Typedef Documentation

◆ decaytype

template<class T>
using ROOT::Experimental::TDirectory::ToContentType< T >::decaytype = typename std::decay<T>::type

Definition at line 78 of file TDirectory.hxx.

◆ type

template<class T>
using ROOT::Experimental::TDirectory::ToContentType< T >::type = typename std::enable_if< !std::is_pointer<decaytype>::value && !std::is_member_pointer<decaytype>::value && !std::is_void<decaytype>::value, decaytype>::type

Definition at line 83 of file TDirectory.hxx.


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