![]() |
Home | Libraries | People | FAQ | More |
Construct an object
.
value(object_kind_t
,storage_ptr
sp = {}) noexcept;
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 |