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