![]() |
Home | Libraries | People | FAQ | More |
Constructor.
array( std::size_t count, storage_ptr sp = {});
The array is constructed with count
null values, using the specified memory resource.
Linear in count
Strong guarantee. Calls to memory_resource::allocate
may throw.
Name |
Description |
---|---|
|
The number of nulls to insert. |
|
A pointer to the |