Template Struct ConverterToUByte< unsigned char >#

Struct Documentation#

template<>
struct ConverterToUByte<unsigned char>#

Data converter from unsigned char / unsigned byte to unsigned int.

Public Functions

inline unsigned char operator()(const unsigned char &val)#

Conversion operator (essentially a passthru

Parameters

val – value to convert

Returns

converted value