#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. | |
1.5.6