Navigation:
Up
,
Table of Contents
,
Bibliography
,
Index
,
Title Page
Adaptable Unary Function
Definition
A class
AdaptableUnaryFunction
is an adaptable unary function, if it defines the following types and operations.
Types
AdaptableUnaryFunction
::argument_type
the type of
f
's argument.
AdaptableUnaryFunction
::result_type
the type returned when
f
is called.
Creation
AdaptableUnaryFunction
f;
default constructor.
AdaptableUnaryFunction
f ( f1);
copy constructor.
Operations
AdaptableUnaryFunction
&
f = f1
assignment.
result_type
f ( argument_type a)
function call.
See Also
STL Programmer's Guide
.
Next:
Class declaration of
AdaptableBinaryFunction
Navigation:
Up
,
Table of Contents
,
Bibliography
,
Index
,
Title Page
The GALIA project
. Jan 18, 2000.