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

1.4 KiB

[sequences.general]

23 Containers library [containers]

23.3 Sequence containers [sequences]

23.3.1 General [sequences.general]

1

#

The headers,,<forward_list>,,<inplace_vector>,, and define class templates that meet the requirements for sequence containers.

2

#

The following exposition-only alias template may appear in deduction guides for sequence containers:templateusing iter-value-type = typename iterator_traits::value_type; // exposition only