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