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

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

#include <convert.hpp>

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

Static Public Member Functions

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

Detailed Description

specialisation of the Convertor when the output is int

Definition at line 516 of file convert.hpp.

Member Function Documentation

◆ convert() [1/2]

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

function convert

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

Parameters
tinput type needed to be converted
Returns
int

Definition at line 522 of file convert.hpp.

◆ convert() [2/2]

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

function convert

Returns the int input type. parameters:

Parameters
tinput type needed to be converted
Returns
int

Definition at line 529 of file convert.hpp.


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