mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-09 21:00:06 +00:00
Update docs
This commit is contained in:
parent
adb8e27db0
commit
966a1b3d44
@ -28,11 +28,12 @@ dependencies for better compile times. This header is only beneficial when
|
|||||||
using {fmt} as a library (the default) and not in the header-only mode.
|
using {fmt} as a library (the default) and not in the header-only mode.
|
||||||
It also provides `formatter` specializations for the following types:
|
It also provides `formatter` specializations for the following types:
|
||||||
|
|
||||||
- `int`, `unsigned`, `long long`, `unsigned long long`
|
- `int`, `long long`,
|
||||||
|
- `unsigned`, `unsigned long long`
|
||||||
- `float`, `double`, `long double`
|
- `float`, `double`, `long double`
|
||||||
- `bool`
|
- `bool`
|
||||||
- `char`
|
- `char`
|
||||||
- `const char*`, `fmt::string_view`
|
- `const char*`, [`fmt::string_view`](#basic_string_view)
|
||||||
- `const void*`
|
- `const void*`
|
||||||
|
|
||||||
The following functions use [format string syntax](syntax.md) similar to that
|
The following functions use [format string syntax](syntax.md) similar to that
|
||||||
|
@ -8,6 +8,7 @@ theme:
|
|||||||
name: material
|
name: material
|
||||||
features:
|
features:
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
|
- navigation.top
|
||||||
- toc.integrate
|
- toc.integrate
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
|
Loading…
Reference in New Issue
Block a user