ROOT  6.06/08
Reference Guide
Static Public Member Functions | List of all members
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 67 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 68 of file TCollectionProxyInfo.h.


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