stlsoft/functional/procedure_adaptors.hpp File Reference


Detailed Description

[C++ only] Function classes that adapt non-member procedures (and handle different calling conventions) (Functional Library).

#include <stlsoft/stlsoft.h>
#include <functional>

Go to the source code of this file.

Namespaces

namespace  stlsoft

Classes

struct  unary_procedure_adaptor
 Adapts a unary function into a unary procedure - one in which the return type of the function call operator is void. More...
struct  binary_procedure_adaptor
 Adapts a biary function into a unary procedure - one in which the return type of the function call operator is void. More...

Functions

template<typename F>
unary_procedure_adaptor< F > adapt_unary_procedure (F func)
 Creator function for the unary_procedure_adaptor.
template<typename F>
binary_procedure_adaptor< F > adapt_binary_procedure (F func)
 Creator function for the binary_procedure_adaptor.


Generated on Thu Jun 10 08:58:02 2010 for STLSoft by  doxygen 1.5.6