Name Description Size Coverage
args.h A dynamic list of formatting arguments with storage. It can be implicitly converted into `fmt::basic_format_args` for passing into type-erased formatting functions such as `fmt::vformat`. 7072 -
base.h 100542 63 %
chrono.h converts From to To if possible, otherwise ec is set. input | output ---------------------------------|--------------- NaN | NaN Inf | Inf normal, fits in output | converted (possibly lossy) normal, does not fit in output | ec is set subnormal | best effort -Inf | -Inf 79989 89 %
color.h 23338 -
format-inl.h 81029 7 %
format.h 160710 54 %
ostream.h Returns a view that formats `value` via an ostream `operator<<`. **Example**: fmt::print("Current thread id: {}\n", fmt::streamed(std::this_thread::get_id())); 4757 100 %
ranges.h 28126 16 %
xchar.h 13483 100 %