mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Update docs
This commit is contained in:
@ -249,9 +249,8 @@ You can also write a formatter for a hierarchy of classes::
|
|||||||
fmt::print("{}", a); // prints "B"
|
fmt::print("{}", a); // prints "B"
|
||||||
}
|
}
|
||||||
|
|
||||||
If a type provides both a ``formatter`` specialization and an implicit
|
Providing both a ``formatter`` specialization and a ``format_as`` overload is
|
||||||
conversion to a formattable type, the specialization takes precedence over the
|
disallowed.
|
||||||
conversion.
|
|
||||||
|
|
||||||
Named Arguments
|
Named Arguments
|
||||||
---------------
|
---------------
|
||||||
|
Reference in New Issue
Block a user