12 #ifndef ROC_CORE_PARSE_UNITS_H_
13 #define ROC_CORE_PARSE_UNITS_H_
#define ROC_ATTR_NODISCARD
Emit warning if function result is not checked.
ROC_ATTR_NODISCARD bool parse_duration(const char *string, nanoseconds_t &result)
Parse duration from string.
int64_t nanoseconds_t
Nanoseconds.
ROC_ATTR_NODISCARD bool parse_size(const char *string, size_t &result)
Parse size from string.