binary_procedure_adaptor Struct Template Reference
[Functional Library]

#include <stlsoft/functional/procedure_adaptors.hpp>

List of all members.


Detailed Description

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

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

Public Types

typedef F::first_argument_type first_argument_type
typedef F::second_argument_type second_argument_type
typedef void result_type

Public Member Functions

 binary_procedure_adaptor (adapted_function_type func)
void operator() (first_argument_type arg1, second_argument_type arg2) 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