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

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

#include <traits.hpp>

Inheritance diagram for boost::proto::result_of::as_expr< T, Domain >:

Public Types

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

Detailed Description

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

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

Member Typedef Documentation

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

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