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

#include <container.hpp>

Classes

struct  result
 
struct  result< This(C &, Arg1 const &)>
 
struct  result< This(C &, Arg1, Arg2)>
 
struct  result< This(C &, Arg1, Arg2, Arg3)>
 

Public Member Functions

template<typename C , typename Arg1 >
C & operator() (C &c, Arg1 const &arg1) const
 
template<typename C , typename Arg1 , typename Arg2 >
C & operator() (C &c, Arg1 arg1, Arg2 arg2) const
 
template<typename C , typename Arg1 , typename Arg2 , typename Arg3 >
C & operator() (C &c, Arg1 arg1, Arg2 arg2, Arg3 const &arg3) const
 

Member Function Documentation

template<typename C , typename Arg1 >
C& boost::phoenix::stl::assign::operator() ( C &  c,
Arg1 const &  arg1 
) const
inline
template<typename C , typename Arg1 , typename Arg2 >
C& boost::phoenix::stl::assign::operator() ( C &  c,
Arg1  arg1,
Arg2  arg2 
) const
inline
template<typename C , typename Arg1 , typename Arg2 , typename Arg3 >
C& boost::phoenix::stl::assign::operator() ( C &  c,
Arg1  arg1,
Arg2  arg2,
Arg3 const &  arg3 
) const
inline

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