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::child< Expr, N > Struct Template Reference

A metafunction that returns the type of the Nth child of a Proto expression, where N is an MPL Integral Constant. More...

#include <traits.hpp>

Inheritance diagram for boost::proto::result_of::child< Expr, N >:
Collaboration diagram for boost::proto::result_of::child< Expr, N >:

Detailed Description

template<typename Expr, typename N>
struct boost::proto::result_of::child< Expr, N >

A metafunction that returns the type of the Nth child of a Proto expression, where N is an MPL Integral Constant.

result_of::child<Expr, N> is equivalent to result_of::child_c<Expr, N::value>.


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