Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RDF::ValueType< T, IsDataContainer > Struct Template Reference

template<typename T, bool IsDataContainer = IsDataContainer<std::decay_t<T>>::value || std::is_same<std::string, T>::value>
struct ROOT::Internal::RDF::ValueType< T, IsDataContainer >

Definition at line 169 of file Utils.hxx.

Public Types

using value_type = typename T::value_type
 

#include <ROOT/RDF/Utils.hxx>

Member Typedef Documentation

◆ value_type

template<typename T , bool IsDataContainer = IsDataContainer<std::decay_t<T>>::value || std::is_same<std::string, T>::value>
using ROOT::Internal::RDF::ValueType< T, IsDataContainer >::value_type = typename T::value_type

Definition at line 170 of file Utils.hxx.


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