Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bind_assign.hpp File Reference
#include <boost/log/detail/config.hpp>
#include <boost/log/utility/functional/bind.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for bind_assign.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::assign_fun
 The function object that assigns its second operand to the first one. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename AssigneeT >
BOOST_FORCEINLINE binder1st
< assign_fun, AssigneeT & > 
boost::bind_assign (AssigneeT &assignee)
 

Detailed Description

Author
Andrey Semashev
Date
30.03.2008

This header contains a function object that assigns the received value to the bound object. This is a lightweight alternative to what Boost.Phoenix and Boost.Lambda provides.