Template function name: swap
Template parameter list:
class T
Source file:
/usr/include/g++-2/stl_algobase.h
Description:
Function comments:
The function is a C++ template function.
The function parameters are in ANSI 'C' format.
The number of parameters required to invoke this function are 2.
Function structure:
void
swap
( T& a, T& b)
Argument
Parameters required for the function
#
Specifier
Name
Description
1.
T&
a
Not known.
2.
T&
b
Not known.
Top