boost::yap::expression_function
// In header: <boost/yap/algorithm.hpp> template<typename Expr> struct expression_function { // public member functions template< U> (); // public data members expr; };
A callable type that evaluates its contained expression when called.
See Also:
make_expression_function()
expression_function
template< U> ( u);