Creates an empty inlined vector with a copy of allocator.
Synopsis
Declared in <absl/container/inlined_vector.h>
explicit
InlinedVector(allocator_type const& allocator) noexcept;
Parameters
Name |
Description |
allocator |
The allocator to copy. |
Created with MrDocs