A callable PolymorphicFunctionObject that is equivalent to the right() function.
More...
#include <traits.hpp>
Classes | |
| struct | result |
| struct | result< This(Expr)> |
Public Member Functions | |
| template<typename Expr > | |
| BOOST_FORCEINLINE result_of::right< Expr & > ::type | operator() (Expr &e) const |
| Return the right child of the given binary expression. More... | |
| template<typename Expr > | |
| BOOST_FORCEINLINE result_of::right< Expr const & > ::type | operator() (Expr const &e) const |
A callable PolymorphicFunctionObject that is equivalent to the right() function.
|
inline |
|
inline |