#include <_random_access_iterator.hpp>

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. | |