File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,15 @@ Base API
33
33
for ``char ``/UTF-8 with C++20 compile-time checks. It has minimal include
34
34
dependencies for better compile times. This header is only beneficial when
35
35
using {fmt} as a library (the default) and not in the header-only mode.
36
- It also provides ``formatter `` specializations for built-in and string types.
36
+ It also provides ``formatter `` specializations for the following fundamental
37
+ and string types:
38
+
39
+ * ``int ``, ``unsigned ``, ``long long ``, ``unsigned long long ``
40
+ * ``float ``, ``double ``, ``long double ``
41
+ * ``bool ``
42
+ * ``char ``
43
+ * ``const char* ``, ``fmt::string_view ``
44
+ * ``const void* ``
37
45
38
46
The following functions use :ref: `format string syntax <syntax >`
39
47
similar to that of Python's `str.format
You can’t perform that action at this time.
0 commit comments