sbo_vector | ( | const sbo_vector< ElementType, sbo_threshold, Allocator > & | right, |
const Allocator & | allocator | ||
) |
Constructs a copy of a vector with a custom allocator.
right | The original vector with contents copied to the buffer of the created vector. |
allocator | A custom allocator used by the created vector to manage heap memory. |