OEBinaryFunction

template<class Arg1, class Arg2, class Result, bool ConstArg, bool ConstFcn>
class OEBinaryFunction

This class represents OEBinaryFunction.

The following specializations exist for this template:

  • OESystem::OEBinaryFunction< Arg1, Arg2, Result, false, false >

  • OESystem::OEBinaryFunction< Arg1, Arg2, Result, false, true >

  • OESystem::OEBinaryFunction< Arg1, Arg2, Result, true, false >

The following classes derive from this class:

operator()

Result operator()(const Arg1 &a1, const Arg2 &a2) const =0

CreateCopy

base_type *CreateCopy() const =0