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

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

#include <convert.hpp>

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

Static Public Member Functions

static char convert (cl::sycl::int4 t)
 function convert More...
 
static short convert (char t)
 function convert More...
 

Detailed Description

specialisation of the Convertor when the output is char

Definition at line 445 of file convert.hpp.

Member Function Documentation

◆ convert() [1/2]

static short visioncpp::internal::tools::Convertor< char >::convert ( char  t)
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:

Parameters
tinput type needed to be converted
Returns
char

Definition at line 459 of file convert.hpp.

◆ convert() [2/2]

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

function convert

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

Parameters
tinput type needed to be converted
Returns
char

Definition at line 451 of file convert.hpp.


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