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