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

PrevUpHomeNext

Regular Callable Object <<<<<<< .working

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

A non-member-pointer Callable Object type: A pointer to a function or a class type whose objects can appear immediately to the left of a function call operator.

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

Notation

F

A possibly const qualified Deferred Callable 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

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

Expression

Return Type

Runtime Complexity

f(a1, ...aN)

Unspecified

Unspecified

<<<<<<< .working
Models

PrevUpHomeNext