Update comment
This commit is contained in:
parent
95a53e1f62
commit
caa60b9c99
@ -1743,8 +1743,8 @@ class ArgVisitor {
|
|||||||
\rst
|
\rst
|
||||||
Visits an argument dispatching to the appropriate visit method based on
|
Visits an argument dispatching to the appropriate visit method based on
|
||||||
the argument type. For example, if the argument type is ``double`` then
|
the argument type. For example, if the argument type is ``double`` then
|
||||||
the `~fmt::ArgVisitor::visit_double()` method of the *Impl* class will be
|
the `~fmt::ArgVisitor::operator()(double)` method of the *Impl* class will
|
||||||
called.
|
be called.
|
||||||
\endrst
|
\endrst
|
||||||
*/
|
*/
|
||||||
Result visit(const format_arg &arg) {
|
Result visit(const format_arg &arg) {
|
||||||
|
Loading…
Reference in New Issue
Block a user