This struct provides a namespace for implementing the swap member function of vector<VALUE_TYPE, ALLOCATOR>. swap can be implemented irrespective of the VALUE_TYPE or ALLOCATOR template parameters, which is why we implement it in this non‐parameterized, non‐inlined utility.
Synopsis
Declared in <bslstl_vector.h>
struct Vector_Util;
Static Member Functions
Name |
Description |
Return a capacity that is at least the specified |
|
Exchange the value of the specified |
Created with MrDocs