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::as_child< T, Domain > Struct Template Reference

A metafunction that computes the return type of the as_child() function. More...

#include <traits.hpp>

Public Types

typedef Domain::template
as_child< T >::result_type 
type
 

Detailed Description

template<typename T, typename Domain>
struct boost::proto::result_of::as_child< T, Domain >

A metafunction that computes the return type of the as_child() function.

Member Typedef Documentation

template<typename T , typename Domain >
typedef Domain::template as_child<T>::result_type boost::proto::result_of::as_child< T, Domain >::type

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