ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
iterator< ContainerT > Struct Template Reference

Metafunction for the type retrieval of an iterator from a container or range. More...

#include <forwards.hpp>

Public Types

typedef ContainerT::iterator type

Detailed Description

template<typename ContainerT>
struct viennagrid::result_of::iterator< ContainerT >

Metafunction for the type retrieval of an iterator from a container or range.

Template Parameters:
ContainerTThe container type, can also be a range

Member Typedef Documentation

typedef ContainerT::iterator type

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