File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 481
481
T operator+() const && noexcept;
482
482
T operator~() const && noexcept;
483
483
484
- template<class U, class Flags> void copy_to(U* mem, Flags f) const && noexcept ;
484
+ template<class U, class Flags> void copy_to(U* mem, Flags f) const &&;
485
485
};
486
486
487
487
template<class M, class T>
504
504
void operator--() && noexcept;
505
505
void operator--(int) && noexcept;
506
506
507
- template<class U, class Flags> void copy_from(const U* mem, Flags) && noexcept ;
507
+ template<class U, class Flags> void copy_from(const U* mem, Flags) &&;
508
508
};
509
509
\end {codeblock }
510
510
543
543
\end {itemdescr }
544
544
545
545
\begin {itemdecl }
546
- template<class U, class Flags> void copy_to(U* mem, Flags) const && noexcept ;
546
+ template<class U, class Flags> void copy_to(U* mem, Flags) const &&;
547
547
\end {itemdecl }
548
548
549
549
\begin {itemdescr }
619
619
\end {itemdescr }
620
620
621
621
\begin {itemdecl }
622
- template<class U, class Flags> void copy_from(const U* mem, Flags) && noexcept ;
622
+ template<class U, class Flags> void copy_from(const U* mem, Flags) &&;
623
623
\end {itemdecl }
624
624
625
625
\begin {itemdescr }
632
632
\pnum\effects
633
633
Replaces the selected elements as if \tcode {data[$ i$ ] = static_cast<value_type>(mem[$ i$ ])} for all selected indices $ i$ .
634
634
635
+ \pnum\throws Nothing.
636
+
635
637
\pnum\remarks
636
638
This function shall not participate in overload resolution unless
637
639
\begin {itemize }
You can’t perform that action at this time.
0 commit comments