Creates an inlined vector with n copies of value_type().
Synopsis
Declared in <absl/container/inlined_vector.h>
explicit
InlinedVector(
size_type n,
allocator_type const& allocator = allocator_type());
Parameters
Name |
Description |
n |
The number of elements to create. |
allocator |
The allocator to use. |
Created with MrDocs