Function template evaluate
boost::yap::evaluate
Synopsis
template<typename Expr, T>
( expr, t);
Description
Evaluates expr using the built-in semantics, replacing any placeholders with the given values.
![[Note]](../../../../doc/src/images/note.png) |
Note |
evaluate(expr) is only valid if expr is an expression.
|