unary_procedure_adaptor Struct Template Reference
[Functional Library]

#include <stlsoft/functional/procedure_adaptors.hpp>

List of all members.


Detailed Description

template<typename F>
struct stlsoft::unary_procedure_adaptor< F >

Adapts a unary function into a unary procedure - one in which the return type of the function call operator is void.

Public Types

typedef F::argument_type argument_type
typedef void result_type

Public Member Functions

 unary_procedure_adaptor (adapted_function_type func)
void operator() (argument_type arg) const

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

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