File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 5388
5388
\begin{itemdescr}
5389
5389
\pnum
5390
5390
\result
5391
- \tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}.
5391
+ \tcode{const_iterator} if \tcode{b} is constant;
5392
+ \tcode{iterator} otherwise.
5392
5393
5393
5394
\pnum
5394
5395
\returns
5408
5409
\begin{itemdescr}
5409
5410
\pnum
5410
5411
\result
5411
- \tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}.
5412
+ \tcode{const_iterator} if \tcode{a_tran} is constant;
5413
+ \tcode{iterator} otherwise.
5412
5414
5413
5415
\pnum
5414
5416
\returns
5489
5491
\begin{itemdescr}
5490
5492
\pnum
5491
5493
\result
5492
- \tcode{pair<iterator, iterator>} ;
5493
- \tcode{pair<const_iterator, const_iterator >} for constant \tcode{b} .
5494
+ \tcode{pair<const_iterator, const_iterator>} if \tcode{b} is constant ;
5495
+ \tcode{pair<iterator, iterator >} otherwise .
5494
5496
5495
5497
\pnum
5496
5498
\returns
5510
5512
\begin{itemdescr}
5511
5513
\pnum
5512
5514
\result
5513
- \tcode{pair<iterator, iterator>} ;
5514
- \tcode{pair<const_iterator, const_iterator >} for constant \tcode{a_tran} .
5515
+ \tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is constant ;
5516
+ \tcode{pair<iterator, iterator >} otherwise .
5515
5517
5516
5518
\pnum
5517
5519
\returns
5648
5650
\begin{itemdescr}
5649
5651
\pnum
5650
5652
\result
5651
- \tcode{local_iterator}; \tcode{const_local_iterator} for constant \tcode{b}.
5653
+ \tcode{const_local_iterator} if \tcode{b} is constant;
5654
+ \tcode{local_iterator} otherwise.
5652
5655
5653
5656
\pnum
5654
5657
\expects
5672
5675
\begin{itemdescr}
5673
5676
\pnum
5674
5677
\result
5675
- \tcode{local_iterator}; \tcode{const_local_iterator} for constant \tcode{b}.
5678
+ \tcode{const_local_iterator} if \tcode{b} is constant;
5679
+ \tcode{local_iterator} otherwise.
5676
5680
5677
5681
\pnum
5678
5682
\expects
You can’t perform that action at this time.
0 commit comments