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

Method construct

include/boost/json/object.hpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 , t_(&empty_)
284 {
285 construct(
286 first, last,
287 min_capacity,
288 typename std::iterator_traits<
289 InputIt>::iterator_category{});
290 }
291
292 /** Overload

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected