#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>
Classes | |
struct | boost::output_fun |
The function object that outputs its second operand to the first one. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
template<typename StreamT > | |
BOOST_FORCEINLINE binder1st < output_fun, StreamT & > | boost::bind_output (StreamT &strm) |
This header contains a function object that puts the received value to the bound stream. This is a lightweight alternative to what Boost.Phoenix and Boost.Lambda provides.