![]() |
Home | Libraries | People | FAQ | More |
boost::proto::functional::left — A callable PolymorphicFunctionObject that is equivalent to the
proto::left()
function.
// In header: <boost/proto/traits.hpp> struct left : proto::callable { // member classes/structs/unions template<typename This, typename Expr> struct result<> : proto::result_of::left< Expr > { }; // public member functions template<typename Expr> proto::result_of::left< () ; template<typename Expr> proto::result_of::left< () ; };
left
public member functionstemplate<typename Expr> proto::result_of::left< ( expr) ;
Return the left child of the given binary expression.
Parameters: |
|
||
Requires: |
|
||
Returns: |
|
||
Throws: |
Will not throw. |
template<typename Expr> proto::result_of::left< ( expr) ;
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.