MADARA  3.2.3
IteratorTraits< T, typename TypeHelper< typename T::value_type >::type, V > Struct Template Reference

Specialization for plain iterators, where we can call deep_copy directly on the iterator. More...

#include <DeepIterator.h>

Public Types

enum  { is_pair = 0 }
 
typedef T::value_type value_type
 

Static Public Member Functions

static value_type get_deep_copy (const T &i)
 

Detailed Description

template<class T, class V>
struct IteratorTraits< T, typename TypeHelper< typename T::value_type >::type, V >

Specialization for plain iterators, where we can call deep_copy directly on the iterator.

Definition at line 32 of file DeepIterator.h.

Member Typedef Documentation

template<class T , class V >
typedef T::value_type IteratorTraits< T, typename TypeHelper< typename T::value_type >::type, V >::value_type

Definition at line 36 of file DeepIterator.h.

Member Enumeration Documentation

template<class T , class V >
anonymous enum
Enumerator
is_pair 

Definition at line 34 of file DeepIterator.h.

Member Function Documentation

template<class T , class V >
static value_type IteratorTraits< T, typename TypeHelper< typename T::value_type >::type, V >::get_deep_copy ( const T &  i)
inlinestatic

Definition at line 38 of file DeepIterator.h.


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