12240 {
12241 JSON_ASSERT(m_object != nullptr);
12242
12243 switch (m_object->m_type)
12244 {
12246 JSON_THROW(invalid_iterator::create(209, "cannot use offsets with object iterators", *m_object));
12247
12249 {
12251 break;
12252 }
12253
12262 default:
12263 {
12265 break;
12266 }
12267 }
12268
12269 return *this;
12270 }
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