Template function name: construct
Template parameter list:
class T1,class T2
Source file:
/usr/include/g++-2/stl_construct.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
construct
( T1* p, const T2& value)
Argument
Parameters required for the function
#
Specifier
Name
Description
1.
T1*
p
Pointer.
2.
const T2&
value
Not known.
Top