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

The function object that assigns its second operand to the first one. More...

#include <bind_assign.hpp>

Public Types

typedef void result_type
 

Public Member Functions

template<typename LeftT , typename RightT >
void operator() (LeftT &assignee, RightT const &val) const
 

Detailed Description

The function object that assigns its second operand to the first one.

Member Typedef Documentation

Member Function Documentation

template<typename LeftT , typename RightT >
void boost::assign_fun::operator() ( LeftT &  assignee,
RightT const &  val 
) const
inline

References boost::phoenix::val().


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