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