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

Method array

include/boost/json/array.hpp:242–245  ·  view source on GitHub ↗

Constructors. Constructs an array. @li **(1)**, **(2)** the array is empty and has zero capacity. @li **(3)** the array is filled with `count` copies of `jv`. @li **(4)** the array is filled with `count` null values. @li **(5)** the array is filled with values in the range `[first, last)`, preserving order. @li **(6)** the array is

Source from the content-addressed store, hash-verified

240 @{
241 */
242 array() noexcept
243 : t_(&empty_)
244 {
245 }
246
247 /** Overload
248 @param sp A pointer to the @ref boost::container::pmr::memory_resource

Callers

nothing calls this directly

Calls 2

exchangeFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected