Go to the source code of this file.
|
namespace | flow |
| Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel.
|
|
namespace | flow::util |
| Flow module containing miscellaneous general-use facilities that don't fit into any other Flow module.
|
|
|
boost::chrono::microseconds | flow::util::time_since_posix_epoch () |
| Get the current POSIX (Unix) time as a duration from the Epoch time point. More...
|
|
void | flow::util::beautify_chrono_ostream (std::ostream *os) |
| Sets certain chrono -related formatting on the given ostream that results in a consistent, desirable output of duration s and certain types of time_point s. More...
|
|
size_t | flow::util::deep_size (const std::string &val) |
| Estimate of memory footprint of the given value, including memory allocated on its behalf – but excluding its shallow sizeof ! – in bytes. More...
|
|