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