Blaze  3.6
Public Member Functions | List of all members
blaze::Eval Struct Reference

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

#include <Eval.h>

Public Member Functions

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

Detailed Description

Generic wrapper for the eval() function.

Member Function Documentation

◆ operator()()

template<typename T >
BLAZE_ALWAYS_INLINEdecltype(auto) BLAZE_DEVICE_CALLABLE blaze::Eval::operator() ( const T &  a) const
inline

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

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

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