File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 14833
14833
14834
14834
\pnum
14835
14835
\complexity
14836
- Linear in $N$ if the container arguments are already sorted with respect
14837
- to \tcode{value_comp()} and otherwise $N \log N$,
14838
- where $N$ is \tcode{key_cont.size()}.
14836
+ Linear in $N$ if the container arguments are already sorted
14837
+ with respect to \tcode{value_comp()} and otherwise $N \log N$,
14838
+ where $N$ is the value of \tcode{key_cont.size()} before this call .
14839
14839
\end{itemdescr}
14840
14840
14841
14841
\indexlibraryctor{flat_map}%
15933
15933
\pnum
15934
15934
\complexity
15935
15935
Linear in $N$ if the container arguments are already sorted
15936
- with respect to \tcode{value_comp()} and
15937
- otherwise $N \log N$,
15938
- where $N$ is \tcode{key_cont.size()}.
15936
+ with respect to \tcode{value_comp()} and otherwise $N \log N$,
15937
+ where $N$ is the value of \tcode{key_cont.size()} before this call.
15939
15938
\end{itemdescr}
15940
15939
15941
15940
\indexlibraryctor{flat_multimap}%
You can’t perform that action at this time.
0 commit comments