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

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

#include <bind_to_log.hpp>

Public Types

typedef void result_type
 

Public Member Functions

template<typename StreamT , typename T >
void operator() (StreamT &strm, T const &val) const
 

Detailed Description

template<typename TagT = void>
struct boost::to_log_fun< TagT >

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

Member Typedef Documentation

template<typename TagT = void>
typedef void boost::to_log_fun< TagT >::result_type

Member Function Documentation

template<typename TagT = void>
template<typename StreamT , typename T >
void boost::to_log_fun< TagT >::operator() ( StreamT &  strm,
T const &  val 
) const
inline

References boost::phoenix::val().


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