MCPcopy Create free account
hub / github.com/boostorg/json / insert

Method insert

include/boost/json/object.hpp:808–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806 #endif
807 >
808 void
809 insert(InputIt first, InputIt last)
810 {
811 insert(first, last, typename
812 std::iterator_traits<InputIt
813 >::iterator_category{});
814 }
815
816 /** Overload
817

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected