YODA::ArithmeticWrapper< T > Struct Template Reference Arithmetic wrapper to emulate inheritance from arithmetic types. More...
Detailed Descriptiontemplate<typename T> struct YODA::ArithmeticWrapper< T > Arithmetic wrapper to emulate inheritance from arithmetic types. Constructor & Destructor Documentation◆ ArithmeticWrapper() [1/2]
template<typename T >
◆ ArithmeticWrapper() [2/2]
template<typename T >
Member Function Documentation◆ operator const T &()
template<typename T >
Casts ArithmeticWrapper to the contained type (const version).
Definition at line 63 of file Bin.h. 63{ return _storedNumber; }
◆ operator T()
template<typename T >
Casts ArithmeticWrapper to the contained type.
Definition at line 58 of file Bin.h. 58{ return _storedNumber; }
◆ operator%=()
template<typename T >
template<typename RetT = ArithmeticWrapper<T>>
◆ operator*=()
template<typename T >
◆ operator+=()
template<typename T >
◆ operator-=()
template<typename T >
◆ operator/=()
template<typename T >
The documentation for this struct was generated from the following file:
Generated on Mon Oct 28 2024 13:47:24 for YODA - Yet more Objects for Data Analysis by 1.9.8 |