V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | difference_type = std::ptrdiff_t |
using | value_type = T * |
using | reference = const value_type |
using | pointer = const value_type * |
Public Member Functions | |
ConstIterator & | operator++ () |
bool | operator== (const ConstIterator &other) const |
bool | operator!= (const ConstIterator &other) const |
const T * | operator* () const |
Friends | |
class | ThreadedListBase |
Definition at line 168 of file threaded-list.h.