Exchange the value of the specified a vector with that of the specified b vector.
Synopsis
Declared in <bslstl_vector.h>
static
void
swap(
void* a,
void* b);
Parameters
Name |
Description |
a |
first vector to swap |
b |
second vector to swap |
Created with MrDocs