The Gaudi Framework  v29r0 (ff2e7097)
Gaudi::details::container< CONTAINER > Struct Template Reference

helper structure to get container type More...

#include <GaudiKernel/Range.h>

Public Types

typedef details::_container< CONTAINER, details::_has_typename_container_< CONTAINER >::value >::Container Container
 
typedef CONTAINER::const_iterator Iterator
 

Detailed Description

template<class CONTAINER>
struct Gaudi::details::container< CONTAINER >

helper structure to get container type

Definition at line 69 of file Range.h.

Member Typedef Documentation

template<class CONTAINER >
typedef details::_container<CONTAINER, details::_has_typename_container_<CONTAINER>::value>::Container Gaudi::details::container< CONTAINER >::Container

Definition at line 71 of file Range.h.

template<class CONTAINER >
typedef CONTAINER::const_iterator Gaudi::details::container< CONTAINER >::Iterator

Definition at line 72 of file Range.h.


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