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

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

#include <DeclLow.h>

Public Member Functions

 DeclLow ()
 Default constructor of the DeclLow functor.
 
template<typename T >
decltype(auto) BLAZE_ALWAYS_INLINE operator() (const T &a) const
 Returns the result of the decllow() function for the given object/value. More...
 

Detailed Description

Generic wrapper for the decllow() function.

Member Function Documentation

◆ operator()()

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

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

Parameters
aThe given object/value.
Returns
The result of the decllow() function for the given object/value.

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