![]() |
Home | Libraries | People | FAQ | More |
Construct an array
.
value(array_kind_t
,storage_ptr
sp = {}) noexcept;
This is the fastest way to construct an empty array, using the specified
memory resource. The variable array_kind
may be passed as
the first parameter to select this overload:
// Construct an empty array value jv( array_kind );
Constant.
No-throw guarantee.
Name |
Description |
---|---|
|
A pointer to the |