Creates an inlined vector by copying the contents of other using the provided allocator.
Synopsis
Declared in <absl/container/inlined_vector.h>
InlinedVector(
InlinedVector const& other,
allocator_type const& allocator);
Parameters
Name |
Description |
other |
The inlined vector to copy. |
allocator |
The allocator to use. |
Created with MrDocs