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