[sequences.general] (original) (raw)

23 Containers library [containers]

23.3 Sequence containers [sequences]

23.3.1 General [sequences.general]

1

#

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

2

#

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