0.12.0
Freundlich's C++ toolkit
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fcppt::function::object Class Reference

Detailed Description

a fully std tr1 compliant function object class

This class was introduced beause the gcc implementation can't deal with function objects that overload operator & (like phoenix might do). To fix this, fcppt::function::object is a wrapper around std::tr1::function that takes special care for operator &.