Class SBCFunctorMinus0#
template <typename Output>
This class describes a functor that is the difference between two functors.
#include <SBCFunctorMinus.hpp>
Inherits the following classes: SBCFunctor0< Output >
Public Functions#
| Type | Name |
|---|---|
| SBCFunctorMinus0 (const SBCFunctor0< Output > * firstFunctor, const SBCFunctor0< Output > * secondFunctor) |
|
| virtual SBCFunctorMinus0< Output > * | clone () override const |
| virtual Output | operator() () override |
| virtual Output | operator() () override const |
| virtual | ~SBCFunctorMinus0 () |
Public Functions Documentation#
function SBCFunctorMinus0#
SBCFunctorMinus0::SBCFunctorMinus0 (
const SBCFunctor0< Output > * firstFunctor,
const SBCFunctor0< Output > * secondFunctor
)
function clone#
Implements SBCFunctor::clone