12133 {
12134
12135 if (JSON_HEDLEY_UNLIKELY(m_object != other.m_object))
12136 {
12137 JSON_THROW(invalid_iterator::create(212, "cannot compare iterators of different containers", *m_object));
12138 }
12139
12140 JSON_ASSERT(m_object != nullptr);
12141
12142 switch (m_object->m_type)
12143 {
12146
12149
12158 default:
12160 }
12161 }
internal_iterator< typename std::remove_const< BasicJsonType >::type > m_it
the actual iterator of the associated instance
@ number_integer
number value (signed integer)
@ discarded
discarded by the parser callback function
@ binary
binary array (ordered collection of bytes)
@ object
object (unordered set of name/value pairs)
@ number_float
number value (floating-point)
@ number_unsigned
number value (unsigned integer)
@ array
array (ordered collection of values)
primitive_iterator_t primitive_iterator
generic iterator for all other types
BasicJsonType::array_t::iterator array_iterator
iterator for JSON arrays
BasicJsonType::object_t::iterator object_iterator
iterator for JSON objects