A metafunction that returns the type of the right child of a binary Proto expression. More...
#include <traits.hpp>
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>
.