Blaze 3.9
Public Member Functions | List of all members
blaze::Reset Struct Reference

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

#include <Reset.h>

Public Member Functions

template<typename T >
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE void operator() (T &a) const
 Returns the result of the reset() function for the given object/value. More...
 

Detailed Description

Generic wrapper for the reset() function.

Member Function Documentation

◆ operator()()

template<typename T >
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE void blaze::Reset::operator() ( T &  a) const
inline

Returns the result of the reset() function for the given object/value.

Parameters
aThe object/value to be resetted.
Returns
void

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