1.4 KiB
1.4 KiB
[sequences.general]
23 Containers library [containers]
23.3 Sequence containers [sequences]
23.3.1 General [sequences.general]
The headers,,<forward_list>,,<inplace_vector>,, and define class templates that meet the requirements for sequence containers.
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