CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
helper::IteratorToObjectConverter< Collection > Struct Template Reference

#include <StoreManagerTrait.h>

Public Types

typedef Collection::value_type value_type
 

Static Public Member Functions

template<typename I >
static value_type convert (const I &i)
 

Detailed Description

template<typename Collection>
struct helper::IteratorToObjectConverter< Collection >

Definition at line 21 of file StoreManagerTrait.h.

Member Typedef Documentation

◆ value_type

template<typename Collection >
typedef Collection::value_type helper::IteratorToObjectConverter< Collection >::value_type

Definition at line 22 of file StoreManagerTrait.h.

Member Function Documentation

◆ convert()

template<typename Collection >
template<typename I >
static value_type helper::IteratorToObjectConverter< Collection >::convert ( const I &  i)
inlinestatic

Definition at line 24 of file StoreManagerTrait.h.

References mps_fire::i.

24  {
25  return value_type(**i);
26  }
Collection::value_type value_type