Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Detail::TCollectionProxyInfo::IteratorValue< Cont_t, value > Class Template Reference

template<typename Cont_t, typename value>
class ROOT::Detail::TCollectionProxyInfo::IteratorValue< Cont_t, value >

Small helper to encapsulate whether to return the value pointed to by the iterator or its address.

Definition at line 74 of file TCollectionProxyInfo.h.

Static Public Member Functions

static void * get (typename Cont_t::iterator &iter)
 

#include <TCollectionProxyInfo.h>

Member Function Documentation

◆ get()

template<typename Cont_t , typename value >
static void * ROOT::Detail::TCollectionProxyInfo::IteratorValue< Cont_t, value >::get ( typename Cont_t::iterator &  iter)
inlinestatic

Definition at line 75 of file TCollectionProxyInfo.h.


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