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

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

#include <convert.hpp>

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

Static Public Member Functions

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

Detailed Description

specialisation of the Convertor when the output is short

Definition at line 482 of file convert.hpp.

Member Function Documentation

◆ convert() [1/2]

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

function convert

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

Parameters
tinput type needed to be converted
Returns
short

Definition at line 488 of file convert.hpp.

◆ convert() [2/2]

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

function convert

Returns the short input. parameters:

Parameters
tinput type needed to be converted
Returns
short

Definition at line 495 of file convert.hpp.


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