Skip to content

Commit de6b0e7

Browse files
committed
[unord.map.overview] Fix presentation of member types
1 parent 66fd28d commit de6b0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11174,7 +11174,7 @@
1117411174
of a container\iref{container.reqmts},
1117511175
of an allocator-aware container\iref{container.alloc.reqmts}, and
1117611176
of an unordered associative container\iref{unord.req}.
11177-
It provides the operations described in the preceding requirements table for unique keys; that is, an \tcode{unordered_map} supports the \tcode{a_uniq} operations in that table, not the \tcode{a_eq} operations. For an \tcode{unordered_map<Key, T>} the \tcode{key type} is \tcode{Key}, the mapped type is \tcode{T}, and the value type is \tcode{pair<const Key, T>}.
11177+
It provides the operations described in the preceding requirements table for unique keys; that is, an \tcode{unordered_map} supports the \tcode{a_uniq} operations in that table, not the \tcode{a_eq} operations. For an \tcode{unordered_map<Key, T>} the \tcode{key_type} is \tcode{Key}, the \tcode{mapped_type} is \tcode{T}, and the \tcode{value_type} is \tcode{pair<const Key, T>}.
1117811178

1117911179
\pnum
1118011180
Subclause~\ref{unord.map} only describes operations on \tcode{unordered_map} that

0 commit comments

Comments
 (0)