#include <func.h>
|
typedef Arg1 | FirstArgumentType |
|
typedef Arg2 | SecondArgumentType |
|
typedef Result | ResultType |
|
template<class Arg1, class Arg2, class Result>
struct Common::BinaryFunction< Arg1, Arg2, Result >
Generic binary function.
The documentation for this struct was generated from the following file: