Class SBCFunctorDivide1#
template <typename Output, typename Output1, typename Output2, typename T0>
Inherits the following classes: SBCFunctor1< Output, T0 >
Public Functions#
Type | Name |
---|---|
SBCFunctorDivide1 (const SBCFunctor1< Output1, T0 > * firstFunctor, const SBCFunctor1< Output2, T0 > * secondFunctor) |
|
virtual SBCFunctorDivide1< Output, Output1, Output2, T0 > * | clone () override const |
virtual Output | operator() (T0 t0) override |
virtual Output | operator() (T0 t0) override const |
virtual | ~SBCFunctorDivide1 () |
Public Functions Documentation#
function SBCFunctorDivide1#
inline SBCFunctorDivide1::SBCFunctorDivide1 (
const SBCFunctor1< Output1, T0 > * firstFunctor,
const SBCFunctor1< Output2, T0 > * secondFunctor
)
function clone#
inline virtual SBCFunctorDivide1< Output, Output1, Output2, T0 > * SBCFunctorDivide1::clone () override const