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