tlx
|
Go to the source code of this file.
Namespaces | |
namespace | tlx |
Functions | |
bool | parse_si_iec_units (const char *str, std::uint64_t *out_size, char default_unit=0) |
Parse a string like "343KB" or "44 GiB" into the corresponding size in bytes. | |
bool | parse_si_iec_units (const std::string &str, std::uint64_t *out_size, char default_unit=0) |
Parse a string like "343KB" or "44 GiB" into the corresponding size in bytes. | |