mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 12:20:06 +00:00
Update api.md
This commit is contained in:
parent
13038f37e8
commit
92cdbbae06
@ -14,7 +14,7 @@ The {fmt} library API consists of the following components:
|
|||||||
- [`fmt/os.h`](#os-api): system APIs
|
- [`fmt/os.h`](#os-api): system APIs
|
||||||
- [`fmt/ostream.h`](#ostream-api): `std::ostream` support
|
- [`fmt/ostream.h`](#ostream-api): `std::ostream` support
|
||||||
- [`fmt/args.h`](#args-api): dynamic argument lists
|
- [`fmt/args.h`](#args-api): dynamic argument lists
|
||||||
- [`fmt/printf.h`](#printf-api): `printf` formatting
|
- [`fmt/printf.h`](#printf-api): safe `printf`
|
||||||
- [`fmt/xchar.h`](#xchar-api): optional `wchar_t` support
|
- [`fmt/xchar.h`](#xchar-api): optional `wchar_t` support
|
||||||
|
|
||||||
All functions and types provided by the library reside in namespace `fmt`
|
All functions and types provided by the library reside in namespace `fmt`
|
||||||
@ -609,7 +609,7 @@ that can be used to construct format argument lists dynamically.
|
|||||||
::: dynamic_format_arg_store
|
::: dynamic_format_arg_store
|
||||||
|
|
||||||
<a id="printf-api"></a>
|
<a id="printf-api"></a>
|
||||||
## `printf` Formatting
|
## Safe `printf`
|
||||||
|
|
||||||
The header `fmt/printf.h` provides `printf`-like formatting
|
The header `fmt/printf.h` provides `printf`-like formatting
|
||||||
functionality. The following functions use [printf format string
|
functionality. The following functions use [printf format string
|
||||||
|
Loading…
Reference in New Issue
Block a user