'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Function template to_string_hex

odtone::to_string_hex

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/strutil.hpp>


template<typename T> std::string to_string_hex(const T & v);

Description

Convert a value to hexadecimal values.

Parameters:

v

Value to convert.

Returns:

The converted hexadecimal value string.


PrevUpHomeNext