Public Member Functions | List of all members
blaze::Noop Struct Reference

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...
 

Detailed Description

Generic wrapper for the null function.

Member Function Documentation

◆ operator()()

template<typename T >
decltype(auto) BLAZE_ALWAYS_INLINE blaze::Noop::operator() ( const T &  a) const
inline

Returns the given object/value without modifications.

Parameters
aThe given object/value.
Returns
The given object/value without modifications.

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