Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::_deep_copy Struct Reference

A PrimitiveTransform for deep-copying Proto expression trees. More...

#include <deep_copy.hpp>

Inheritance diagram for boost::proto::_deep_copy:
Collaboration diagram for boost::proto::_deep_copy:

Classes

struct  impl
 

Public Types

typedef _deep_copy transform_type
 

Public Member Functions

 BOOST_PROTO_CALLABLE () typedef X proto_is_transform_
 
BOOST_FORCEINLINE
boost::proto::detail::apply_transform
< transform_type(Expr const &)>
::result_type 
operator() (Expr &&e) const
 
BOOST_FORCEINLINE
boost::proto::detail::apply_transform
< transform_type(Expr const
&, State const &)>
::result_type 
operator() (Expr &&e, State &&s) const
 
BOOST_FORCEINLINE
boost::proto::detail::apply_transform
< transform_type(Expr const
&, State const &, Data const &)>
::result_type 
operator() (Expr &&e, State &&s, Data &&d) const
 

Detailed Description

A PrimitiveTransform for deep-copying Proto expression trees.

A PrimitiveTransform for deep-copying Proto expression trees. When a tree is deep-copied, all internal nodes and most terminals held by reference are instead held by value.

Attention
Terminals of reference-to-function type are left unchanged.
See also
proto::functional::deep_copy.

Member Typedef Documentation

Member Function Documentation

boost::proto::transform< _deep_copy , X >::BOOST_PROTO_CALLABLE ( )
inherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &, Data const &)>::result_type boost::proto::transform< _deep_copy , X >::operator() ( Expr &&  e,
State &&  s,
Data &&  d 
) const
inlineinherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &)>::result_type boost::proto::transform< _deep_copy , X >::operator() ( Expr &&  e,
State &&  s 
) const
inlineinherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &)>::result_type boost::proto::transform< _deep_copy , X >::operator() ( Expr &&  e) const
inlineinherited

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