Skip to content

Commit 63fa2b3

Browse files
committed
[container.requirements] Omit redundant specification
where "Effects: Equivalent to" wording is used.
1 parent e341f21 commit 63fa2b3

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

source/containers.tex

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,6 @@
423423
\end{itemdecl}
424424

425425
\begin{itemdescr}
426-
\pnum
427-
\result
428-
\keyword{void}
429-
430426
\pnum
431427
\effects
432428
Equivalent to \tcode{a.swap(b)}.
@@ -1438,21 +1434,9 @@
14381434
\end{itemdecl}
14391435

14401436
\begin{itemdescr}
1441-
\pnum
1442-
\result
1443-
\tcode{iterator}
1444-
14451437
\pnum
14461438
\effects
14471439
Equivalent to \tcode{a.insert(p, il.begin(), il.end())}.
1448-
1449-
\pnum
1450-
\returns
1451-
\begin{removedblock}
1452-
An iterator
1453-
that points to the copy of the first element inserted into \tcode{a}, or
1454-
\tcode{p} if \tcode{il} is empty.
1455-
\end{removedblock}
14561440
\end{itemdescr}
14571441

14581442
\begin{itemdecl}
@@ -1563,10 +1547,6 @@
15631547
\end{itemdecl}
15641548

15651549
\begin{itemdescr}
1566-
\pnum
1567-
\result
1568-
\keyword{void}
1569-
15701550
\pnum
15711551
\effects
15721552
Equivalent to \tcode{a.assign(il.begin(), il.end())}.
@@ -1667,10 +1647,6 @@
16671647
\end{itemdecl}
16681648

16691649
\begin{itemdescr}
1670-
\pnum
1671-
\result
1672-
\tcode{reference; const_reference} for constant \tcode{a}.
1673-
16741650
\pnum
16751651
\effects
16761652
Equivalent to:
@@ -2948,10 +2924,6 @@
29482924
\end{itemdecl}
29492925

29502926
\begin{itemdescr}
2951-
\pnum
2952-
\result
2953-
\keyword{void}
2954-
29552927
\pnum
29562928
\effects
29572929
Equivalent to \tcode{a.insert(il.begin(), il.end())}.
@@ -3305,10 +3277,6 @@
33053277
\end{itemdecl}
33063278

33073279
\begin{itemdescr}
3308-
\pnum
3309-
\result
3310-
\keyword{void}
3311-
33123280
\pnum
33133281
\effects
33143282
Equivalent to \tcode{a.erase(a.begin(), a.end())}.
@@ -3415,10 +3383,6 @@
34153383
\pnum
34163384
\effects
34173385
Equivalent to: \tcode{return b.find(k) != b.end();}
3418-
3419-
\pnum
3420-
\complexity
3421-
Logarithmic.
34223386
\end{itemdescr}
34233387

34243388
\indexordmem{contains}%
@@ -3434,10 +3398,6 @@
34343398
\pnum
34353399
\effects
34363400
Equivalent to: \tcode{return a_tran.find(ke) != a_tran.end();}
3437-
3438-
\pnum
3439-
\complexity
3440-
Logarithmic.
34413401
\end{itemdescr}
34423402

34433403
\indexordmem{lower_bound}%
@@ -4533,10 +4493,6 @@
45334493
\end{itemdecl}
45344494

45354495
\begin{itemdescr}
4536-
\pnum
4537-
\result
4538-
\keyword{void}
4539-
45404496
\pnum
45414497
\effects
45424498
Equivalent to \tcode{a.insert(il.begin(), il.end())}.
@@ -4977,10 +4933,6 @@
49774933
\end{itemdecl}
49784934

49794935
\begin{itemdescr}
4980-
\pnum
4981-
\result
4982-
\tcode{bool}
4983-
49844936
\pnum
49854937
\effects
49864938
Equivalent to \tcode{b.find(k) != b.end()}.
@@ -4992,10 +4944,6 @@
49924944
\end{itemdecl}
49934945

49944946
\begin{itemdescr}
4995-
\pnum
4996-
\result
4997-
\tcode{bool}
4998-
49994947
\pnum
50004948
\effects
50014949
Equivalent to \tcode{a_tran.find(ke) != a_tran.end()}.
@@ -5312,17 +5260,9 @@
53125260
\end{itemdecl}
53135261

53145262
\begin{itemdescr}
5315-
\pnum
5316-
\result
5317-
\keyword{void}
5318-
53195263
\pnum
53205264
\effects
53215265
Equivalent to \tcode{a.rehash(ceil(n / a.max_load_factor()))}.
5322-
5323-
\pnum
5324-
\complexity
5325-
Average case linear in \tcode{a.size()}, worst case quadratic.
53265266
\end{itemdescr}
53275267

53285268
\pnum

0 commit comments

Comments
 (0)