Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Detail::TRangeCast< T, isDynamic > Class Template Reference

template<typename T, bool isDynamic>
class ROOT::Detail::TRangeCast< T, isDynamic >

Definition at line 311 of file TCollection.h.

Public Member Functions

 TRangeCast (TCollection const &col)
 
 TRangeCast (TCollection const *col)
 
- Public Member Functions inherited from ROOT::RRangeCast< T, isDynamic, Range_t >
 RRangeCast (Range_t &&inputRange)
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 

Additional Inherited Members

- Public Types inherited from ROOT::RRangeCast< T, isDynamic, Range_t >
using const_iterator = Internal::TypedIter< T, decltype(std::cbegin(std::declval< Range_t >())), isDynamic >
 
using iterator = Internal::TypedIter< T, decltype(std::begin(std::declval< Range_t >())), isDynamic >
 

#include <TCollection.h>

Inheritance diagram for ROOT::Detail::TRangeCast< T, isDynamic >:
[legend]

Constructor & Destructor Documentation

◆ TRangeCast() [1/2]

template<typename T , bool isDynamic>
ROOT::Detail::TRangeCast< T, isDynamic >::TRangeCast ( TCollection const &  col)
inline

Definition at line 313 of file TCollection.h.

◆ TRangeCast() [2/2]

template<typename T , bool isDynamic>
ROOT::Detail::TRangeCast< T, isDynamic >::TRangeCast ( TCollection const *  col)
inline

Definition at line 316 of file TCollection.h.

  • core/cont/inc/TCollection.h