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::deep_copy< Expr > Struct Template Reference

A metafunction for calculating the return type of proto::deep_copy(). More...

#include <proto_fwd.hpp>

Public Types

typedef detail::deep_copy_impl
< >::result_type 
type
 

Detailed Description

template<typename Expr>
struct boost::proto::result_of::deep_copy< Expr >

A metafunction for calculating the return type of proto::deep_copy().

A metafunction for calculating the return type of proto::deep_copy(). The type parameter Expr should be the type of a Proto expression tree. It should not be a reference type, nor should it be cv-qualified.

Member Typedef Documentation

template<typename Expr>
typedef detail::deep_copy_impl< >::result_type boost::proto::result_of::deep_copy< Expr >::type

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