mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Document format_string
This commit is contained in:
parent
2599163b8a
commit
6a5b4d5faf
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user