Public Member Functions | List of all members
blaze::SubAssign Struct Reference

Generic wrapper for the subAssign() function. More...

#include <SubAssign.h>

Public Member Functions

 SubAssign ()
 Default constructor of the SubAssign functor.
 
template<typename T1 , typename T2 >
BLAZE_ALWAYS_INLINE void operator() (T1 &a, const T2 &b) const
 Calls the subAssign() function with the given objects/values. More...
 

Detailed Description

Generic wrapper for the subAssign() function.

Member Function Documentation

◆ operator()()

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

Calls the subAssign() function with the given objects/values.

Parameters
aThe target left-hand side object/value.
bThe right-hand side object/value to be subtracted.
Returns
void

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