File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9877
9877
\begin{itemdescr}
9878
9878
\pnum
9879
9879
\effects
9880
- Equivalent to: \tcode{return try_emplace(move(x)).first->second;}
9880
+ Equivalent to: \tcode{return try_emplace(std:: move(x)).first->second;}
9881
9881
\end{itemdescr}
9882
9882
9883
9883
\indexlibrarymember{at}{map}%
10015
10015
\pnum
10016
10016
\expects
10017
10017
\tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
10018
- from \tcode{k}, \tcode{forward<M>(obj)}.
10018
+ from \tcode{k}, \tcode{std:: forward<M>(obj)}.
10019
10019
10020
10020
\pnum
10021
10021
\effects
10055
10055
\pnum
10056
10056
\expects
10057
10057
\tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
10058
- from \tcode{move(k)}, \tcode{forward <M>(obj)}.
10058
+ from \tcode{std:: move(k)}, \tcode{std::for\-ward <M>(obj)}.
10059
10059
10060
10060
\pnum
10061
10061
\effects
11655
11655
\begin{itemdescr}
11656
11656
\pnum
11657
11657
\effects
11658
- Equivalent to: \tcode{return try_emplace(move(k)).first->second;}
11658
+ Equivalent to: \tcode{return try_emplace(std:: move(k)).first->second;}
11659
11659
\end{itemdescr}
11660
11660
11661
11661
\indexlibrarymember{unordered_map}{at}%
You can’t perform that action at this time.
0 commit comments