#include <circulator_bases.h>
Public Types | |
typedef T | value_type |
typedef Dist | difference_type |
typedef Size | size_type |
typedef T * | pointer |
typedef T & | reference |
typedef Random_access_circulator_tag | iterator_category |
Definition at line 94 of file circulator_bases.h.
typedef Dist difference_type |
Definition at line 96 of file circulator_bases.h.
Definition at line 100 of file circulator_bases.h.
typedef T* pointer |
Definition at line 98 of file circulator_bases.h.
typedef T& reference |
Definition at line 99 of file circulator_bases.h.
typedef Size size_type |
Definition at line 97 of file circulator_bases.h.
typedef T value_type |
Definition at line 95 of file circulator_bases.h.