Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2022. The current version is 1.91.0.
Construct an object.
value( object_kind_t, storage_ptr sp = {});
This is the fastest way to construct an empty object, using the specified
memory resource. The variable object_kind may be passed as
the first parameter to select this overload:
// Construct an empty object value jv( object_kind );
Constant.
No-throw guarantee.
|
Name |
Description |
|---|---|
|
|
A pointer to the |