![]() |
Generic wrapper for the assign() function. More...
#include <Assign.h>
Public Member Functions | |
Assign () | |
Default constructor of the Assign functor. | |
template<typename T1 , typename T2 > | |
BLAZE_ALWAYS_INLINE void | operator() (T1 &a, const T2 &b) const |
Calls the assign() function with the given objects/values. More... | |
Generic wrapper for the assign() function.
|
inline |
Calls the assign() function with the given objects/values.
a | The target left-hand side object/value. |
b | The right-hand side object/value to be assigned. |