template<typename BasicJsonType>
struct detail::internal_iterator< BasicJsonType >
an iterator value
- Nota
- This structure could easily be a union, but MSVC currently does not allow unions members with complex constructors, see https://github.com/nlohmann/json/pull/105.