VisionCpp
0.0.1
|
specialisation of the Convertor when the output is unsigned char More...
#include <convert.hpp>
Static Public Member Functions | |
static unsigned char | convert (cl::sycl::uint4 t) |
function convert More... | |
static unsigned char | convert (unsigned char t) |
function convert More... | |
specialisation of the Convertor when the output is unsigned char
Definition at line 427 of file convert.hpp.
|
inlinestatic |
function convert
Convert the cl::sycl::uint4 input type to the unsigned char output type. parameters:
t | input type needed to be converted |
Definition at line 434 of file convert.hpp.
|
inlinestatic |
function convert
Returns the unsigned char input type. parameters:
t | input type needed to be converted |
Definition at line 441 of file convert.hpp.