#include <StoreManagerTrait.h>
Public Types | |
typedef Collection::value_type | value_type |
typedef Collection::value_type | value_type |
Static Public Member Functions | |
template<typename I > | |
static value_type | convert (const I &i) |
template<typename I > | |
static value_type | convert (const I &i) |
Definition at line 21 of file StoreManagerTrait.h.
typedef Collection::value_type helper::IteratorToObjectConverter< Collection >::value_type |
Definition at line 22 of file StoreManagerTrait.h.
typedef Collection::value_type helper::IteratorToObjectConverter< Collection >::value_type |
Definition at line 22 of file StoreManagerTrait.h.
static value_type helper::IteratorToObjectConverter< Collection >::convert | ( | const I & | i | ) | [inline, static] |
Definition at line 24 of file StoreManagerTrait.h.
{ return value_type( * * i ); }
static value_type helper::IteratorToObjectConverter< Collection >::convert | ( | const I & | i | ) | [inline, static] |
Definition at line 24 of file StoreManagerTrait.h.
{ return value_type( * * i ); }