Logo ROOT  
Reference Guide
ROOT::Experimental::RDirectory::ToContentType< T > Struct Template Reference

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

Definition at line 81 of file RDirectory.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::RDirectory::ToContentType< T >::decaytype = typename std::decay<T>::type

Definition at line 82 of file RDirectory.hxx.

◆ type

template<class T >
using ROOT::Experimental::RDirectory::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 RDirectory.hxx.


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