Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RCast< T, isDynamic, isPolymorphic > Struct Template Reference

template<typename T, bool isDynamic = true, bool isPolymorphic = std::is_polymorphic<RBaseType<T>>::value>
struct ROOT::Internal::RCast< T, isDynamic, isPolymorphic >

Definition at line 35 of file RRangeCast.hxx.

Static Public Member Functions

template<typename U >
static T cast (U &&u)
 

#include <ROOT/RRangeCast.hxx>

Member Function Documentation

◆ cast()

template<typename T , bool isDynamic = true, bool isPolymorphic = std::is_polymorphic<RBaseType<T>>::value>
template<typename U >
static T ROOT::Internal::RCast< T, isDynamic, isPolymorphic >::cast ( U &&  u)
inlinestatic

Definition at line 37 of file RRangeCast.hxx.


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