#include <json.hpp>
Definition at line 10705 of file json.hpp.
constexpr difference_type nlohmann::detail::primitive_iterator_t::get_value |
( |
| ) |
const |
|
inlinenoexcept |
constexpr bool nlohmann::detail::primitive_iterator_t::is_begin |
( |
| ) |
const |
|
inlinenoexcept |
return whether the iterator can be dereferenced
Definition at line 10735 of file json.hpp.
constexpr bool nlohmann::detail::primitive_iterator_t::is_end |
( |
| ) |
const |
|
inlinenoexcept |
return whether the iterator is at end
Definition at line 10741 of file json.hpp.
void nlohmann::detail::primitive_iterator_t::set_begin |
( |
| ) |
|
|
inlinenoexcept |
set iterator to a defined beginning
Definition at line 10723 of file json.hpp.
void nlohmann::detail::primitive_iterator_t::set_end |
( |
| ) |
|
|
inlinenoexcept |
set iterator to a defined past the end
Definition at line 10729 of file json.hpp.
constexpr difference_type nlohmann::detail::primitive_iterator_t::begin_value = 0 |
|
staticprivate |
The documentation for this class was generated from the following file: