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
Construct an array.
value( array_kind_t, storage_ptr sp = {});
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 |