File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 3436
3436
\begin{itemdescr}
3437
3437
\pnum
3438
3438
\ensures
3439
+ The following expressions yield \keyword{true}:
3439
3440
\begin{itemize}
3440
- \item \tcode{eback() == rhs.eback()}
3441
- \item \tcode{gptr() == rhs.gptr()}
3442
- \item \tcode{egptr() == rhs.egptr()}
3443
- \item \tcode{pbase() == rhs.pbase()}
3444
- \item \tcode{pptr() == rhs.pptr()}
3445
- \item \tcode{epptr() == rhs.epptr()}
3446
- \item \tcode{getloc() == rhs.getloc()}
3441
+ \item \tcode{eback() == rhs.eback()},
3442
+ \item \tcode{gptr() == rhs.gptr()},
3443
+ \item \tcode{egptr() == rhs.egptr()},
3444
+ \item \tcode{pbase() == rhs.pbase()},
3445
+ \item \tcode{pptr() == rhs.pptr()},
3446
+ \item \tcode{epptr() == rhs.epptr()}, and
3447
+ \item \tcode{getloc() == rhs.getloc()}.
3447
3448
\end{itemize}
3448
3449
3449
3450
\pnum
You can’t perform that action at this time.
0 commit comments