Files
cppdraft_translate/cppdraft/utilities/general.md
2025-10-25 03:02:53 +03:00

1.9 KiB

[utilities.general]

22 General utilities library [utilities]

22.1 General [utilities.general]

1

#

This Clause describes utilities that are generally useful in C++ programs; some of these utilities are used by other elements of the C++ standard library.

These utilities are summarized in Table 66.

Table 66 — General utilities library summary [tab:utilities.summary]

🔗 Subclause Header
🔗
[utility]
Utility components
🔗
[pairs]
Pairs
🔗
[tuple]
Tuples
🔗
[optional]
Optional objects
🔗
[variant]
Variants
🔗
[any]
Storage for any type
🔗
[expected]
Expected objects
🔗
[bitset]
Fixed-size sequences of bits
🔗
[function.objects]
Function objects
🔗
[bit]
Bit manipulation