A metafunction that returns the type of the left child of a binary Proto expression. More...
#include <traits.hpp>
A metafunction that returns the type of the left child of a binary Proto expression.
result_of::left<Expr>
is equivalent to result_of::child_c<Expr, 0>
.