Functions | |
void | to_uppercase (std::string &st) noexcept |
Converts the string to uppercase. | |
uint32_t | parse_value_and_units (std::string &value, std::string units) |
Converts a numeric value with units to bytes. | |
uint32_t parse_value_and_units | ( | std::string & | value, |
std::string | units | ||
) |
Converts a numeric value with units to bytes.
[in] | value | Numeric value to convert |
[in] | units | Units to use for the conversion |
|
inlinenoexcept |
Converts the string to uppercase.
[in] | st | String to convert |