We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b256c commit f30f1fdCopy full SHA for f30f1fd
doc/api.rst
@@ -33,7 +33,15 @@ Base API
33
for ``char``/UTF-8 with C++20 compile-time checks. It has minimal include
34
dependencies for better compile times. This header is only beneficial when
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.
+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*``
45
46
The following functions use :ref:`format string syntax <syntax>`
47
similar to that of Python's `str.format
0 commit comments