![]() |
Blaze 3.9
|
Generic wrapper for division assignment. More...
#include <DivAssign.h>
Public Member Functions | |
template<typename T1 , typename T2 > | |
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE void | operator() (T1 &a, const T2 &b) const |
Performs a division assignment with the given objects/values. More... | |
Generic wrapper for division assignment.
|
inline |
Performs a division assignment with the given objects/values.
a | The target left-hand side object/value. |
b | The right-hand side object/value divisor. |