V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::SubStringRange::iterator Class Referencefinal

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
 
iteratoroperator++ ()
 
iterator operator++ (int)
 

Friends

class String
 
class SubStringRange
 

Detailed Description

Definition at line 757 of file string-inl.h.


The documentation for this class was generated from the following file: