Function name: swap
Source file:
/usr/include/g++-2/stl_bvector.h
Description:
Function comments:
The function parameters are in ANSI 'C' format.
The number of parameters required to invoke this function are 2.
Function structure:
void
swap
(
__bit_reference x
,
__bit_reference y
)
Argument
Parameters required for the function
#
Specifier
Name
Description
1.
__bit_reference
x
Class.
2.
__bit_reference
y
Class.
Top