Create a vector object.
Synopsis
Declared in <bslstl_vector.h>
explicit
vector(ALLOCATOR const& basicAllocator) noexcept;
Parameters
Name |
Description |
basicAllocator |
allocator used to supply memory |
Created with MrDocs