![]() |
Generic wrapper for the declzero() function. More...
#include <DeclZero.h>
Public Member Functions | |
DeclZero () | |
Default constructor of the DeclZero functor. | |
template<typename T > | |
decltype(auto) BLAZE_ALWAYS_INLINE | operator() (const T &a) const |
Returns the result of the declzero() function for the given object/value. More... | |
Generic wrapper for the declzero() function.
|
inline |
Returns the result of the declzero() function for the given object/value.
a | The given object/value. |