simdjson  3.11.0
Ridiculously Fast JSON
simdjson::dom::array::iterator Class Reference

Public Types

using value_type = element
 
using difference_type = std::ptrdiff_t
 
using pointer = void
 
using reference = value_type
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

reference operator* () const noexcept
 Get the actual value.
 
iteratoroperator++ () noexcept
 Get the next value. More...
 
iterator operator++ (int) noexcept
 Get the next value. More...
 
bool operator!= (const iterator &other) const noexcept
 Check if these values come from the same place in the JSON. More...
 
bool operator== (const iterator &other) const noexcept
 
bool operator< (const iterator &other) const noexcept
 
bool operator<= (const iterator &other) const noexcept
 
bool operator>= (const iterator &other) const noexcept
 
bool operator> (const iterator &other) const noexcept
 
 iterator (const iterator &) noexcept=default
 
iteratoroperator= (const iterator &) noexcept=default
 

Detailed Description

Definition at line 18 of file array.h.

Member Function Documentation

◆ operator!=()

bool simdjson::dom::array::iterator::operator!= ( const iterator other) const
inlinenoexcept

Check if these values come from the same place in the JSON.

Part of the std::iterator interface.

Definition at line 160 of file array-inl.h.

◆ operator++() [1/2]

array::iterator & simdjson::dom::array::iterator::operator++ ( )
inlinenoexcept

Get the next value.

Part of the std::iterator interface.

Definition at line 151 of file array-inl.h.

◆ operator++() [2/2]

array::iterator simdjson::dom::array::iterator::operator++ ( int  )
inlinenoexcept

Get the next value.

Part of the std::iterator interface.

Definition at line 155 of file array-inl.h.


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