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

A PolymorphicFunctionObject type that invokes the fusion::reverse() algorithm on its argument. More...

#include <reverse.hpp>

Classes

struct  result
 
struct  result< This(Seq &)>
 
struct  result< This(Seq)>
 

Public Member Functions

template<typename Seq >
fusion::result_of::reverse
< Seq >::type 
operator() (Seq &seq) const
 
template<typename Seq >
fusion::result_of::reverse
< Seq const >::type 
operator() (Seq const &seq) const
 

Detailed Description

A PolymorphicFunctionObject type that invokes the fusion::reverse() algorithm on its argument.

A PolymorphicFunctionObject type that invokes the fusion::reverse() algorithm on its argument. This is useful for defining a CallableTransform like reverse(_) which reverses the order of the children of a Proto expression node.

Member Function Documentation

template<typename Seq >
fusion::result_of::reverse<Seq>::type boost::proto::functional::reverse::operator() ( Seq &  seq) const
inline
template<typename Seq >
fusion::result_of::reverse<Seq const>::type boost::proto::functional::reverse::operator() ( Seq const &  seq) const
inline

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