Document format_string

This commit is contained in:
Victor Zverovich 2021-08-28 15:20:56 -07:00
parent 8ef22f7740
commit 2599163b8a

View File

@ -83,6 +83,9 @@ will fail to compile with regular strings. Runtime-checked
formatting is still possible using ``fmt::vformat``, ``fmt::vprint``, etc.
.. doxygenclass:: fmt::basic_format_string
:members:
.. doxygentypedef:: fmt::format_string
Named Arguments
---------------