Function template right
boost::yap::right
Synopsis
template<typename Expr> ( expr);
Description
Returns the right operand in a binary operator expression.
Equivalent to get(expr, 1_c).
![[Note]](../../../../doc/src/images/note.png) |
Note |
right() is only valid if Expr is a binary operator expression.
|