Blaze  3.6
Public Member Functions | List of all members
blaze::RightShiftAssign Struct Reference

Generic wrapper for bitwise right-shift assignment. More...

#include <RightShiftAssign.h>

Public Member Functions

template<typename T1 , typename T2 >
BLAZE_ALWAYS_INLINE void operator() (T1 &a, const T2 &b) const
 Performs a bitwise right-shift assignment with the given objects/values. More...
 

Detailed Description

Generic wrapper for bitwise right-shift assignment.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
BLAZE_ALWAYS_INLINE void blaze::RightShiftAssign::operator() ( T1 &  a,
const T2 &  b 
) const
inline

Performs a bitwise right-shift assignment with the given objects/values.

Parameters
aThe target left-hand side object/value.
bThe right-hand side object/value for the bitwise right-shift operation.
Returns
void

The documentation for this struct was generated from the following file: