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