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 uc16 | value_type |
typedef uc16 * | pointer |
typedef uc16 & | reference |
Public Member Functions | |
iterator (const iterator &other)=default | |
uc16 | operator* () |
bool | operator== (const iterator &other) const |
bool | operator!= (const iterator &other) const |
iterator & | operator++ () |
iterator | operator++ (int) |
Friends | |
class | String |
class | SubStringRange |
Definition at line 757 of file string-inl.h.