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