File SBCFunctorDivide.hpp#
FileList > Base > Core > Functor > include > SBCFunctorDivide.hpp
#include "SBCFunctor.hpp"
Classes#
Type | Name |
---|---|
class | SBCFunctorDivide0 <typename Output, typename Output1, typename Output2> This class describes a functor that is the division of two functors. |
class | SBCFunctorDivide1 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(1)> |
class | SBCFunctorDivide10 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(10)> |
class | SBCFunctorDivide11 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(11)> |
class | SBCFunctorDivide12 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(12)> |
class | SBCFunctorDivide13 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(13)> |
class | SBCFunctorDivide14 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(14)> |
class | SBCFunctorDivide15 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(15)> |
class | SBCFunctorDivide16 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(16)> |
class | SBCFunctorDivide2 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(2)> |
class | SBCFunctorDivide3 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(3)> |
class | SBCFunctorDivide4 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(4)> |
class | SBCFunctorDivide5 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(5)> |
class | SBCFunctorDivide6 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(6)> |
class | SBCFunctorDivide7 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(7)> |
class | SBCFunctorDivide8 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(8)> |
class | SBCFunctorDivide9 <typename Output, typename Output1, typename Output2, SB_MAKE_TEMPLATE_PARAMETERS(9)> |
Public Functions#
Type | Name |
---|---|
SBCFunctorDivide0< Output, Output1, Output2 > | operator/ (const SBCFunctor0< Output1 > & firstFunctor, const SBCFunctor0< Output2 > & secondFunctor) This function produces a functor that outputs the division of firstFunctor bysecondFunctor . |
Macros#
Type | Name |
---|---|
define | SBDivide0 The short name of SBCFunctorDivide0 . |
define | SBDivide1 The short name of SBCFunctorDivide1. |
define | SBDivide10 The short name of SBCFunctorDivide10. |
define | SBDivide11 The short name of SBCFunctorDivide11. |
define | SBDivide12 The short name of SBCFunctorDivide12. |
define | SBDivide13 The short name of SBCFunctorDivide13. |
define | SBDivide14 The short name of SBCFunctorDivide14. |
define | SBDivide15 The short name of SBCFunctorDivide15. |
define | SBDivide16 The short name of SBCFunctorDivide16. |
define | SBDivide2 The short name of SBCFunctorDivide2. |
define | SBDivide3 The short name of SBCFunctorDivide3. |
define | SBDivide4 The short name of SBCFunctorDivide4. |
define | SBDivide5 The short name of SBCFunctorDivide5. |
define | SBDivide6 The short name of SBCFunctorDivide6. |
define | SBDivide7 The short name of SBCFunctorDivide7. |
define | SBDivide8 The short name of SBCFunctorDivide8. |
define | SBDivide9 The short name of SBCFunctorDivide9. |
define | SB_MAKE_FUNCTOR_DIVIDE_TEMPLATE (N) |
Public Functions Documentation#
function operator/#
This function produces a functor that outputs the division of firstFunctor
bysecondFunctor
.
template<typename Output, typename Output1, typename Output2>
SBCFunctorDivide0 < Output, Output1, Output2 > operator/ (
const SBCFunctor0< Output1 > & firstFunctor,
const SBCFunctor0< Output2 > & secondFunctor
)
Macro Definition Documentation#
define SBDivide0#
The short name of SBCFunctorDivide0 .
define SBDivide1#
The short name of SBCFunctorDivide1.
define SBDivide10#
The short name of SBCFunctorDivide10.
define SBDivide11#
The short name of SBCFunctorDivide11.
define SBDivide12#
The short name of SBCFunctorDivide12.
define SBDivide13#
The short name of SBCFunctorDivide13.
define SBDivide14#
The short name of SBCFunctorDivide14.
define SBDivide15#
The short name of SBCFunctorDivide15.
define SBDivide16#
The short name of SBCFunctorDivide16.
define SBDivide2#
The short name of SBCFunctorDivide2.
define SBDivide3#
The short name of SBCFunctorDivide3.
define SBDivide4#
The short name of SBCFunctorDivide4.
define SBDivide5#
The short name of SBCFunctorDivide5.
define SBDivide6#
The short name of SBCFunctorDivide6.
define SBDivide7#
The short name of SBCFunctorDivide7.
define SBDivide8#
The short name of SBCFunctorDivide8.
define SBDivide9#
The short name of SBCFunctorDivide9.