![]() |
Home | Libraries | People | FAQ | More |
boost::yap::make_expression
// In header: <boost/yap/algorithm.hpp> template< ExprTemplate, Kind, T> ( t);
Makes a new expression instantiated from the expression template ExprTemplate, of kind Kind, with the given values as its elements.
For each parameter P:
If P is an expression, P is moved into the result if P is an rvalue and captured by reference into the result otherwise.
Otherwise, P is wrapped in a terminal expression.
![]() |
Note |
---|---|
|