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

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

#include <DeclStrLow.h>

Public Member Functions

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

Detailed Description

Generic wrapper for the declstrlow() function.

Member Function Documentation

◆ operator()()

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

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

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

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