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