File SBCFunctorPlus.hpp#
FileList > Core > Functor > SBCFunctorPlus.hpp
#include "SBCFunctor.hpp"
Classes#
| Type | Name |
|---|---|
| class | SBCFunctorPlus0 <typename Output> This class describes a functor that is the sum of two functors. |
Public Functions#
| Type | Name |
|---|---|
| SBCFunctorPlus0< Output > | operator+ (const SBCFunctor0< Output > & firstFunctor, const SBCFunctor0< Output > & secondFunctor) This function produces a functor that outputs the sum of firstFunctor andsecondFunctor . |
Macros#
| Type | Name |
|---|---|
| define | SBPlus0 The short name of SBCFunctorPlus0 . |
| define | SBPlus1 The short name of SBCFunctorPlus1. |
| define | SBPlus10 The short name of SBCFunctorPlus10. |
| define | SBPlus11 The short name of SBCFunctorPlus11. |
| define | SBPlus12 The short name of SBCFunctorPlus12. |
| define | SBPlus13 The short name of SBCFunctorPlus13. |
| define | SBPlus14 The short name of SBCFunctorPlus14. |
| define | SBPlus15 The short name of SBCFunctorPlus15. |
| define | SBPlus16 The short name of SBCFunctorPlus16. |
| define | SBPlus2 The short name of SBCFunctorPlus2. |
| define | SBPlus3 The short name of SBCFunctorPlus3. |
| define | SBPlus4 The short name of SBCFunctorPlus4. |
| define | SBPlus5 The short name of SBCFunctorPlus5. |
| define | SBPlus6 The short name of SBCFunctorPlus6. |
| define | SBPlus7 The short name of SBCFunctorPlus7. |
| define | SBPlus8 The short name of SBCFunctorPlus8. |
| define | SBPlus9 The short name of SBCFunctorPlus9. |
| define | SB_MAKE_FUNCTOR_PLUS_TEMPLATE (N) |
Public Functions Documentation#
function operator+#
This function produces a functor that outputs the sum of firstFunctor andsecondFunctor .
template<typename Output>
SBCFunctorPlus0 < Output > operator+ (
const SBCFunctor0< Output > & firstFunctor,
const SBCFunctor0< Output > & secondFunctor
)
Macro Definition Documentation#
define SBPlus0#
The short name of SBCFunctorPlus0 .
define SBPlus1#
The short name of SBCFunctorPlus1.
define SBPlus10#
The short name of SBCFunctorPlus10.
define SBPlus11#
The short name of SBCFunctorPlus11.
define SBPlus12#
The short name of SBCFunctorPlus12.
define SBPlus13#
The short name of SBCFunctorPlus13.
define SBPlus14#
The short name of SBCFunctorPlus14.
define SBPlus15#
The short name of SBCFunctorPlus15.
define SBPlus16#
The short name of SBCFunctorPlus16.
define SBPlus2#
The short name of SBCFunctorPlus2.
define SBPlus3#
The short name of SBCFunctorPlus3.
define SBPlus4#
The short name of SBCFunctorPlus4.
define SBPlus5#
The short name of SBCFunctorPlus5.
define SBPlus6#
The short name of SBCFunctorPlus6.
define SBPlus7#
The short name of SBCFunctorPlus7.
define SBPlus8#
The short name of SBCFunctorPlus8.
define SBPlus9#
The short name of SBCFunctorPlus9.