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 |
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.
typedef detail::deep_copy_impl< >::result_type boost::proto::result_of::deep_copy< Expr >::type |