VisionCpp  0.0.1
Static Public Member Functions | List of all members
visioncpp::internal::tools::Convertor< unsigned char > Struct Reference

specialisation of the Convertor when the output is unsigned char More...

#include <convert.hpp>

Collaboration diagram for visioncpp::internal::tools::Convertor< unsigned char >:

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...
 

Detailed Description

specialisation of the Convertor when the output is unsigned char

Definition at line 427 of file convert.hpp.

Member Function Documentation

◆ convert() [1/2]

static unsigned char visioncpp::internal::tools::Convertor< unsigned char >::convert ( cl::sycl::uint4  t)
inlinestatic

function convert

Convert the cl::sycl::uint4 input type to the unsigned char output type. parameters:

Parameters
tinput type needed to be converted
Returns
unsigned char

Definition at line 434 of file convert.hpp.

◆ convert() [2/2]

static unsigned char visioncpp::internal::tools::Convertor< unsigned char >::convert ( unsigned char  t)
inlinestatic

function convert

Returns the unsigned char input type. parameters:

Parameters
tinput type needed to be converted
Returns
unsigned char

Definition at line 441 of file convert.hpp.


The documentation for this struct was generated from the following file: