<<<<<<< .working ======= >>>>>>> .merge-right.r57125
Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Polymorphic Function Object <<<<<<< .working

Description
=======
Description
>>>>>>> .merge-right.r57125

A non-member-pointer Deferred Callable Object type.

<<<<<<< .working
Refinement =======
Refinement >>>>>>> .merge-right.r57125 of

Notation

F

A possibly const-qualified Polymorphic Function Object type

f

An object or reference to an object of type F

A1 ...AN

Argument types

a1 ...aN

Objects or references to objects with types A1 ...AN

T1 ...TN

Ti is Ai & if ai is an LValue, same as Ai, otherwise

<<<<<<< .working
Expression =======
Expression >>>>>>> .merge-right.r57125 requirements

Expression

Return Type

Runtime Complexity

f(a1, ...aN)

result_of< F(T1, ...TN) >::type

Unspecified

<<<<<<< .working
Models

PrevUpHomeNext