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

Classes

struct  boost::save_result_wrapper< FunT, AssigneeT >
 Function object wrapper for saving the adopted function object result. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename FunT , typename AssigneeT >
BOOST_FORCEINLINE
save_result_wrapper< FunT,
AssigneeT > 
boost::save_result (FunT const &fun, AssigneeT &assignee)
 

Detailed Description

Author
Andrey Semashev
Date
19.01.2013

This header contains function object adapter that saves the result of the adopted function to an external variable.