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