Instigate Open Source Documentation

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

Interface of the Bidirectional Iterator Concept. More...

#include <_bidirectional_iterator.hpp>

Inheritance diagram for instigate::stl::bidirectional_iterator::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 > instigate::stl::random_access_iterator::interface< T >

List of all members.

Static Public Member Functions

static void decrement (T &a)


Detailed Description

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

Interface of the Bidirectional Iterator Concept.

Member Function Documentation

template<typename T>
static void instigate::stl::bidirectional_iterator::interface< T >::decrement ( T &  a  )  [inline, static]

Decrement the iterator

Parameters:
a - the iterator to be decremented

References instigate::stl::interface< T >::decrement().

Referenced by instigate::stl::decrement(), and instigate::stl::bidirectional_iterator::requirements< T >::require_decrement().


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


© Instigate CJSC, Open Source