![]() |
Blaze 3.9
|
Generic wrapper for the inverted addition operator. More...
#include <InvAdd.h>
Public Member Functions | |
template<typename T1 , typename T2 > | |
BLAZE_ALWAYS_INLINE decltype(auto) | operator() (T1 &&a, T2 &&b) const |
Returns the result of the inverted addition operator for the given objects/values. More... | |
Generic wrapper for the inverted addition operator.
|
inline |
Returns the result of the inverted addition operator for the given objects/values.
a | The left-hand side object/value. |
b | The right-hand side object/value. |