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 618
618
619
619
\indexlibrary {\idxcode {operator+=}!\idxcode {complex}}%
620
620
\begin {itemdecl }
621
- complex<T>& operator+=(const complex<T >& rhs);
621
+ template<class X> complex<T>& operator+=(const complex<X >& rhs);
622
622
\end {itemdecl }
623
623
624
624
\begin {itemdescr }
636
636
637
637
\indexlibrary {\idxcode {operator-=}!\idxcode {complex}}%
638
638
\begin {itemdecl }
639
- complex<T>& operator-=(const complex<T >& rhs);
639
+ template<class X> complex<T>& operator-=(const complex<X >& rhs);
640
640
\end {itemdecl }
641
641
642
642
\begin {itemdescr }
654
654
655
655
\indexlibrary {\idxcode {operator*=}!\idxcode {complex}}%
656
656
\begin {itemdecl }
657
- complex<T>& operator*=(const complex<T >& rhs);
657
+ template<class X> complex<T>& operator*=(const complex<X >& rhs);
658
658
\end {itemdecl }
659
659
660
660
\begin {itemdescr }
671
671
672
672
\indexlibrary {\idxcode {operator/=}!\idxcode {complex}}%
673
673
\begin {itemdecl }
674
- complex<T>& operator/=(const complex<T >& rhs);
674
+ template<class X> complex<T>& operator/=(const complex<X >& rhs);
675
675
\end {itemdecl }
676
676
677
677
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments