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

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

#include <convert.hpp>

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

Static Public Member Functions

static int convert (cl::sycl::uint4 t)
 function convert More...
 
static unsigned int convert (unsigned int t)
 function convert More...
 

Detailed Description

specialisation of the Convertor when the output is unsigned int

Definition at line 499 of file convert.hpp.

Member Function Documentation

◆ convert() [1/2]

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

function convert

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

Parameters
tinput type needed to be converted
Returns
unsigned int

Definition at line 505 of file convert.hpp.

◆ convert() [2/2]

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

function convert

Returns the unsigned int input type. parameters:

Parameters
tinput type needed to be converted
Returns
unsigned int

Definition at line 512 of file convert.hpp.


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