VisionCpp
0.0.1
|
specialisation of the Convertor when the output is char More...
#include <convert.hpp>
Static Public Member Functions | |
static char | convert (cl::sycl::int4 t) |
function convert More... | |
static short | convert (char t) |
function convert More... | |
specialisation of the Convertor when the output is char
Definition at line 445 of file convert.hpp.
|
inlinestatic |
function convert
Convert the input type to the output type. When both types are the same it does nothing but returns the input. parameters:
t | input type needed to be converted |
Definition at line 459 of file convert.hpp.
|
inlinestatic |
function convert
Convert the cl::sycl::int4 input type to the char output type. parameters:
t | input type needed to be converted |
Definition at line 451 of file convert.hpp.