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< void > 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<>
struct boost::to_log_fun< void >

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

Member Typedef Documentation

typedef void boost::to_log_fun< void >::result_type

Member Function Documentation

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

References boost::to_log().


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