JSON for Modern C++  3.7.3

◆ insert_iterator()

template<typename... Args>
iterator nlohmann::basic_json::insert_iterator ( const_iterator  pos,
Args &&...  args 
)
inline

Helper for insertion of an iterator

Note
: This uses std::distance to support GCC 4.8, see https://github.com/nlohmann/json/pull/1257

Definition at line 19689 of file json.hpp.