Function name: string_to_T
Source file:
../options.cc
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
string_to_T
( bool &b, const string& s)
Argument
Parameters required for the function
#
Specifier
Name
Description
1.
bool&
b
Not known.
2.
const string&
s
Not known.
Top