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