35#ifndef _BLAZE_MATH_FUNCTORS_ANDASSIGN_H_
36#define _BLAZE_MATH_FUNCTORS_ANDASSIGN_H_
67 template<
typename T1,
typename T2 >
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Generic wrapper for bitwise AND assignment.
Definition: AndAssign.h:59
BLAZE_ALWAYS_INLINE void operator()(T1 &a, const T2 &b) const
Performs a bitwise AND assignment with the given objects/values.
Definition: AndAssign.h:68
System settings for the inline keywords.