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