![]() |
Generic wrapper for the divAssign() function. More...
#include <DivAssign.h>
Public Member Functions | |
DivAssign () | |
Default constructor of the DivAssign functor. | |
template<typename T1 , typename T2 > | |
BLAZE_ALWAYS_INLINE void | operator() (T1 &a, const T2 &b) const |
Calls the divAssign() function with the given objects/values. More... | |
Generic wrapper for the divAssign() function.
|
inline |
Calls the divAssign() function with the given objects/values.
a | The target left-hand side object/value. |
b | The right-hand side object/value divisor. |