A callable PolymorphicFunctionObject that is equivalent to the left()
function.
More...
#include <traits.hpp>
Classes | |
struct | result |
struct | result< This(Expr)> |
Public Member Functions | |
template<typename Expr > | |
BOOST_FORCEINLINE result_of::left< Expr & > ::type | operator() (Expr &e) const |
Return the left child of the given binary expression. More... | |
template<typename Expr > | |
BOOST_FORCEINLINE result_of::left< Expr const & > ::type | operator() (Expr const &e) const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
A callable PolymorphicFunctionObject that is equivalent to the left()
function.
|
inline |
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.