Function template make_terminal
boost::yap::make_terminal
Synopsis
template< ExprTemplate, typename T>
( t);
Description
Makes a new terminal expression instantiated from the expression template ExprTemplate, with the given value as its sole element.
![[Note]](../../../../doc/src/images/note.png) |
Note |
make_terminal() is only valid if T is not an expression.
|