File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 12581258\item
12591259if $ N$ copies and/or moves are made from an object of type \tcode {T}
12601260that contained $ M$ elements,
1261- then those $ N$ objects have \bigoh {N+M} destruction
1262- \begin {note }
1263- This implies that a moved-from object of type \tcode {T} has \bigoh {1} destruction
1264- \end {note }%
1265- ; and
1261+ then those $ N$ objects have \bigoh {N+M} destruction; and
12661262
12671263\item
12681264\tcode {\libconcept {copy_constructible}<T>} is \tcode {false}, or
12741270is no more complex than destruction followed by copy construction.
12751271\end {itemize }
12761272
1273+ \pnum
1274+ \begin {note }
1275+ The constraints on copying and moving imply that
1276+ a moved-from object of type \tcode {T} has \bigoh {1} destruction.
1277+ \end {note }
1278+
12771279\pnum
12781280\begin {example }
12791281Examples of \libconcept {view}s are:
You can’t perform that action at this time.
0 commit comments