Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::result_of::right< Expr > Struct Template Reference

A metafunction that returns the type of the right child of a binary Proto expression. More...

#include <traits.hpp>

Inheritance diagram for boost::proto::result_of::right< Expr >:
Collaboration diagram for boost::proto::result_of::right< Expr >:

Detailed Description

template<typename Expr>
struct boost::proto::result_of::right< Expr >

A metafunction that returns the type of the right child of a binary Proto expression.

result_of::right<Expr> is equivalent to result_of::child_c<Expr, 1>.


The documentation for this struct was generated from the following file: