diff --git a/doc/api.rst b/doc/api.rst index 93fb3faf..c459e440 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -182,6 +182,11 @@ functions and locale support. Formatting User-defined Types ----------------------------- +The {fmt} library provides formatters for many standard C++ types. +See :ref:`fmt/ranges.h ` for ranges and tuples including standard +containers such as ``std::vector`` and :ref:`fmt/chrono.h ` for date +and time formatting. + To make a user-defined type formattable, specialize the ``formatter`` struct template and implement ``parse`` and ``format`` methods::