Definition at line 20 of file array.h.
◆ difference_type
| using simdjson::dom::array::iterator::difference_type = std::ptrdiff_t |
◆ iterator_category
| using simdjson::dom::array::iterator::iterator_category = std::forward_iterator_tag |
◆ pointer
| using simdjson::dom::array::iterator::pointer = void |
◆ reference
◆ value_type
◆ 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 267 of file array-inl.h.
◆ operator*()
| element simdjson::dom::array::iterator::operator* |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator++() [1/2]
Get the next value.
Part of the std::iterator interface.
Definition at line 258 of file array-inl.h.
◆ operator++() [2/2]
Get the next value.
Part of the std::iterator interface.
Definition at line 262 of file array-inl.h.
◆ operator<()
| bool simdjson::dom::array::iterator::operator< |
( |
const iterator & |
other | ) |
const |
|
inlinenoexcept |
◆ operator<=()
| bool simdjson::dom::array::iterator::operator<= |
( |
const iterator & |
other | ) |
const |
|
inlinenoexcept |
◆ operator==()
| bool simdjson::dom::array::iterator::operator== |
( |
const iterator & |
other | ) |
const |
|
inlinenoexcept |
◆ operator>()
| bool simdjson::dom::array::iterator::operator> |
( |
const iterator & |
other | ) |
const |
|
inlinenoexcept |
◆ operator>=()
| bool simdjson::dom::array::iterator::operator>= |
( |
const iterator & |
other | ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following files: