Public Member Functions | List of all members
blaze::Real Struct Reference

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...
 

Detailed Description

Generic wrapper for the real() function.

Member Function Documentation

◆ operator()()

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

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

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

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