#include <vector.h>
Открытые члены | |
struct _Iterator & | operator++ (int v) |
struct _Iterator & | operator= (const struct _Iterator &other) |
bool | operator== (struct _Iterator &other) |
bool | operator!= (struct _Iterator other) |
T | operator* () |
Друзья | |
class | Vector |
Итератор
|
inline |
Получение элемента, на который указывает итератор