Instigate Open Source Documentation

instigate::stl::random_access_iterator::interface< T > Struct Template Reference

Interface of the Random Access Iterator Concept. More...

#include <_random_access_iterator.hpp>

Inheritance diagram for instigate::stl::random_access_iterator::interface< T >:

instigate::stl::bidirectional_iterator::interface< T > instigate::generic::less_than_comparable::interface< T > instigate::stl::forward_iterator::interface< T > instigate::stl::single_pass_iterator::interface< T > instigate::generic::default_constructible::interface< T > instigate::stl::incrementable_iterator::interface< T > instigate::generic::equality_comparable::interface< T > instigate::generic::assignable::interface< T >

List of all members.

Public Types

typedef
instigate::stl::interface< T >
::difference_type 
difference_type
 The difference type.

Static Public Member Functions

static void advance (T &a, const difference_type &n)
 Advance iterator position to n steps.
static difference_type distance (const T &a, const T &b)
 Find the distance between a and b.


Detailed Description

template<typename T>
struct instigate::stl::random_access_iterator::interface< T >

Interface of the Random Access Iterator Concept.
The documentation for this struct was generated from the following file:


© Instigate CJSC, Open Source