![]() |
Home | Libraries | People | FAQ | More |
boost::proto::right — Return the right child of the specified binary Proto expression.
// In header: <boost/proto/traits.hpp> template<typename Expr> proto::result_of::right< ( expr); template<typename Expr> proto::result_of::right< ( expr);
Return the right child of the specified binary Proto expression. The child is returned by reference.
Parameters: |
|
||
Requires: |
|
||
Returns: |
A reference to the right child of |
||
Throws: |
Will not throw. |