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

Method object

include/boost/json/object.hpp:232–235  ·  view source on GitHub ↗

Constructors. Constructs an object. @li **(1)**--**(3)** the object is empty. @li **(4)** the object is filled with values in the range `[first, last)`. @li **(5)**, **(6)** the object is filled with copies of the values in `init`. @li **(7)**, **(8)** the object is filled with copies of the elements of `other`.

Source from the content-addressed store, hash-verified

230 @{
231 */
232 object() noexcept
233 : t_(&empty_)
234 {
235 }
236
237 /** Overload
238

Callers

nothing calls this directly

Calls 2

exchangeFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected