mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-10 00:36:38 +00:00
Sort links on fmt/std.h section
This commit is contained in:
parent
e915d52162
commit
cf8426cf8c
16
doc/api.rst
16
doc/api.rst
@ -520,16 +520,16 @@ Standard Library Types Formatting
|
|||||||
|
|
||||||
``fmt/std.h`` provides formatters for:
|
``fmt/std.h`` provides formatters for:
|
||||||
|
|
||||||
* `std::filesystem::path <https://en.cppreference.com/w/cpp/filesystem/path>`_
|
|
||||||
* `std::thread::id <https://en.cppreference.com/w/cpp/thread/thread/id>`_
|
|
||||||
* `std::monostate <https://en.cppreference.com/w/cpp/utility/variant/monostate>`_
|
|
||||||
* `std::variant <https://en.cppreference.com/w/cpp/utility/variant/variant>`_
|
|
||||||
* `std::optional <https://en.cppreference.com/w/cpp/utility/optional>`_
|
|
||||||
* `std::source_location <https://en.cppreference.com/w/cpp/utility/source_location>`_
|
|
||||||
* `std::bitset <https://en.cppreference.com/w/cpp/utility/bitset>`_
|
|
||||||
* `std::error_code <https://en.cppreference.com/w/cpp/error/error_code>`_
|
|
||||||
* `std::atomic <https://en.cppreference.com/w/cpp/atomic/atomic>`_
|
* `std::atomic <https://en.cppreference.com/w/cpp/atomic/atomic>`_
|
||||||
* `std::atomic_flag <https://en.cppreference.com/w/cpp/atomic/atomic_flag>`_
|
* `std::atomic_flag <https://en.cppreference.com/w/cpp/atomic/atomic_flag>`_
|
||||||
|
* `std::bitset <https://en.cppreference.com/w/cpp/utility/bitset>`_
|
||||||
|
* `std::error_code <https://en.cppreference.com/w/cpp/error/error_code>`_
|
||||||
|
* `std::filesystem::path <https://en.cppreference.com/w/cpp/filesystem/path>`_
|
||||||
|
* `std::monostate <https://en.cppreference.com/w/cpp/utility/variant/monostate>`_
|
||||||
|
* `std::optional <https://en.cppreference.com/w/cpp/utility/optional>`_
|
||||||
|
* `std::source_location <https://en.cppreference.com/w/cpp/utility/source_location>`_
|
||||||
|
* `std::thread::id <https://en.cppreference.com/w/cpp/thread/thread/id>`_
|
||||||
|
* `std::variant <https://en.cppreference.com/w/cpp/utility/variant/variant>`_
|
||||||
|
|
||||||
Formatting Variants
|
Formatting Variants
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user