File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2509
2509
& \requires \ If \tcode {t} is a non-const rvalue expression, \tcode {value_type} shall be
2510
2510
\tcode {MoveInsertable} into \tcode {X}; otherwise, \tcode {value_type} shall be
2511
2511
\tcode {CopyInsertable} into \tcode {X}.\br
2512
- \effects \ Equivalent to a.insert(t). Return value is an iterator pointing
2512
+ \effects Equivalent to \tcode { a.insert(t)} . Return value is an iterator pointing
2513
2513
to the element with the key equivalent to that of \tcode {t}. The
2514
2514
iterator \tcode {p} is a hint pointing to where the search should
2515
2515
start. Implementations are permitted to ignore the hint.%
2521
2521
\tcode {a.insert(i, j)}
2522
2522
& \tcode {void}
2523
2523
& \requires \ \tcode {value_type} shall be \tcode {EmplaceConstructible} into \tcode {X} from \tcode {*i}.\br
2524
- \requires \tcode {i} and \tcode {j} are not iterators in \tcode {a}.
2525
- Equivalent to \tcode {a.insert(t)} for each element in \tcode {[i,j)}.%
2524
+ \requires \tcode {i} and \tcode {j} are not iterators in \tcode {a}.\br
2525
+ \effects Equivalent to \tcode {a.insert(t)} for each element in \tcode {[i,j)}.%
2526
2526
\indextext {unordered associative containers!\idxcode {insert}}%
2527
2527
\indextext {\idxcode {insert}!unordered associative containers}%
2528
2528
& Average case \bigoh {N}, where $ N$ is \tcode {distance(i, j)}.
Original file line number Diff line number Diff line change 12702
12702
12703
12703
\begin {itemdescr }
12704
12704
\pnum
12705
- \effects Equivalent to: \tcode {os << quoted(p.string<charT, traits>());}
12705
+ \effects Equivalent to \tcode {os << quoted(p.string<charT, traits>())}.
12706
12706
\begin {note } The \tcode {quoted} function is described in~\ref {quoted.manip }. \end {note }
12707
12707
12708
12708
\pnum
You can’t perform that action at this time.
0 commit comments