Add type formatting helpers
Created the <maxbase/format.hh> header that contains various helper functions for formatting values into human readable forms. Currently only binary to human readable size conversion is implemented.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
add_library(maxbase STATIC
|
||||
atomic.cc
|
||||
eventcount.cc
|
||||
format.cc
|
||||
log.cc
|
||||
logger.cc
|
||||
maxbase.cc
|
||||
|
||||
Reference in New Issue
Block a user