Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Deferred Callable Object

Description

Callable Object that works with Boost.ResultOf to determine the result of a call (such as the function objects provided by the standard library).

Refinement of

Notation

F
A Deferred Callable Object type
T1 ...TN
Arbitrary types
Expression requirements
Expression Type
boost::result_of< F(T1 ...TN) >::type Unspecified
Models
Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger

PrevUpHomeNext