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