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 |
The function object that assigns its second operand to the first one.
typedef void boost::assign_fun::result_type |
|
inline |
References boost::phoenix::val().