Function object wrapper for saving the adopted function object result. More...
#include <save_result.hpp>
Public Types | |
typedef void | result_type |
Public Member Functions | |
save_result_wrapper (FunT fun, AssigneeT &assignee) | |
template<typename ArgT > | |
result_type | operator() (ArgT const &arg) const |
Function object wrapper for saving the adopted function object result.
typedef void boost::save_result_wrapper< FunT, AssigneeT >::result_type |
|
inline |
|
inline |