![]() |
Home | Libraries | People | FAQ | More |
boost::yap::right
// In header: <boost/yap/algorithm.hpp> template<typename Expr> decltype(auto) right(Expr && expr);
Returns the right operand in a binary operator expression.
Equivalent to get(expr, 1_c)
.
![]() |
Note |
---|---|
|