#include <json.hpp>
Definition at line 13497 of file json.hpp.
◆ get_value()
difference_type detail::primitive_iterator_t::get_value |
( |
| ) |
const |
|
constexprnoexcept |
◆ is_begin()
bool detail::primitive_iterator_t::is_begin |
( |
| ) |
const |
|
constexprnoexcept |
return whether the iterator can be dereferenced
Definition at line 13527 of file json.hpp.
◆ is_end()
bool detail::primitive_iterator_t::is_end |
( |
| ) |
const |
|
constexprnoexcept |
return whether the iterator is at end
Definition at line 13533 of file json.hpp.
◆ operator+()
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator+=()
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ operator-=()
◆ set_begin()
void detail::primitive_iterator_t::set_begin |
( |
| ) |
|
|
noexcept |
set iterator to a defined beginning
Definition at line 13515 of file json.hpp.
◆ set_end()
void detail::primitive_iterator_t::set_end |
( |
| ) |
|
|
noexcept |
set iterator to a defined past the end
Definition at line 13521 of file json.hpp.
◆ operator-
◆ operator<
◆ operator==
The documentation for this class was generated from the following file: