JSON for Modern C++  3.8.0

◆ 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 21269 of file json.hpp.