Document format_string

This commit is contained in:
Victor Zverovich 2021-08-28 16:51:48 -07:00
parent 2599163b8a
commit 6a5b4d5faf

View File

@ -2917,6 +2917,7 @@ struct formatter<T, Char,
template <typename Char> struct basic_runtime { basic_string_view<Char> str; };
/** A compile-time format string. */
template <typename Char, typename... Args> class basic_format_string {
private:
basic_string_view<Char> str_;