mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Update docs
This commit is contained in:
parent
99744f8f8f
commit
2b2cfdac19
@ -350,7 +350,7 @@ user-defined types that have overloaded ``operator<<``::
|
|||||||
std::string s = fmt::format("The date is {}", date(2012, 12, 9));
|
std::string s = fmt::format("The date is {}", date(2012, 12, 9));
|
||||||
// s == "The date is 2012-12-9"
|
// s == "The date is 2012-12-9"
|
||||||
|
|
||||||
.. doxygenfunction:: print(std::ostream&, const S&, const Args&...)
|
.. doxygenfunction:: print(std::basic_ostream<fmt::char_t<S>>&, const S&, const Args&...)
|
||||||
|
|
||||||
.. _printf-api:
|
.. _printf-api:
|
||||||
|
|
||||||
@ -368,6 +368,6 @@ argument type doesn't match its format specification.
|
|||||||
|
|
||||||
.. doxygenfunction:: fprintf(std::FILE *, const S&, const Args&...)
|
.. doxygenfunction:: fprintf(std::FILE *, const S&, const Args&...)
|
||||||
|
|
||||||
.. doxygenfunction:: fprintf(std::ostream&, const S&, const Args&...)
|
.. doxygenfunction:: fprintf(std::basic_ostream<fmt::char_t<S>>&, const S&, const Args&...)
|
||||||
|
|
||||||
.. doxygenfunction:: sprintf(const S&, const Args&...)
|
.. doxygenfunction:: sprintf(const S&, const Args&...)
|
||||||
|
Loading…
Reference in New Issue
Block a user