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