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::push_front Struct Reference

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

#include <push_front.hpp>

Classes

struct  result
 
struct  result< This(Seq, T)>
 

Public Member Functions

template<typename Seq , typename T >
fusion::result_of::push_front
< Seq const, T >::type 
operator() (Seq const &seq, T const &t) const
 

Detailed Description

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

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

Member Function Documentation

template<typename Seq , typename T >
fusion::result_of::push_front<Seq const, T>::type boost::proto::functional::push_front::operator() ( Seq const &  seq,
T const &  t 
) const
inline

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