| 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 |
| 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 |
| color.h |
|
23338 |
| format-inl.h |
|
81029 |
| format.h |
|
160710 |
| 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 |
| ranges.h |
|
28126 |
| xchar.h |
|
13483 |