Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Deferred Callable Object

Description

Callable Object types that work with Boost.ResultOf to determine the result of a call.

Refinement of

Notation

F
A possibly const qualified Deferred Callable Object type
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
Expression requirements

Expression

Type

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

Result of a call with A1 ...AN-typed arguments

Models
Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger

PrevUpHomeNext