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