![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef int | difference_type |
typedef std::pair< size_t, T > | value_type |
typedef value_type * | pointer |
typedef value_type & | reference |
Public Member Functions | |
const_iterator (const ZoneVector< T > *data, size_t current) | |
const_iterator (const const_iterator &other) | |
value_type | operator* () const |
bool | operator== (const const_iterator &other) const |
bool | operator!= (const const_iterator &other) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
Definition at line 57 of file node-aux-data.h.