com_S_OK_tester_2_stdcall Struct Template Reference
[Functional Library]
#include <comstl/functional/com_predicate_adaptors.hpp>
List of all members.
Detailed Description
template<typename A0, typename A1>
struct comstl::com_S_OK_tester_2_stdcall< A0, A1 >
A binary function adaptor for pointers to COM functions, that will cause them to act as predicates.
|
Public Types |
typedef bool | return_type |
typedef A0 | first_argument_type |
typedef A1 | second_argument_type |
typedef HRESULT(__stdcall * | function_type )(first_argument_type, second_argument_type) |
Public Member Functions |
| com_S_OK_tester_2_stdcall (function_type func) |
return_type | operator() (first_argument_type a0, second_argument_type a1) const |
The documentation for this struct was generated from the following file: