boost::yap::as_expr
// In header: <boost/yap/algorithm.hpp> template< ExprTemplate, typename T> ( t);
Returns an expression formed from t as follows:
If t is an expression, t is forwarded to the caller.
Otherwise, t is wrapped in a terminal expression.