ScummVM API documentation
Common::BinaryFunction< Arg1, Arg2, Result > Struct Template Reference

#include <func.h>

Inheritance diagram for Common::BinaryFunction< Arg1, Arg2, Result >:
Common::PointerToBinaryFunc< Arg1, Arg2, Result >

Public Types

typedef Arg1 FirstArgumentType
 
typedef Arg2 SecondArgumentType
 
typedef Result ResultType
 

Detailed Description

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: