Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::binary_function< _Arg1, _Arg2, _Result > Struct Template Reference

#include <ahFunction.H>

Inheritance diagram for Aleph::binary_function< _Arg1, _Arg2, _Result >:
[legend]

Public Types

typedef _Arg1 first_argument_type
 
typedef _Arg2 second_argument_type
 
typedef _Result result_type
 

Detailed Description

template<class _Arg1, class _Arg2, class _Result>
struct Aleph::binary_function< _Arg1, _Arg2, _Result >

Definition at line 89 of file ahFunction.H.

Member Typedef Documentation

◆ first_argument_type

Definition at line 91 of file ahFunction.H.

◆ result_type

Definition at line 93 of file ahFunction.H.

◆ second_argument_type

Definition at line 92 of file ahFunction.H.


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