File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 51005100\indexlibrarymember {operator<}{move_iterator}%
51015101\begin {itemdecl }
51025102template<class Iterator1, class Iterator2>
5103- constexpr bool operator<(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
5103+ constexpr bool operator<(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
51045104\end {itemdecl }
51055105
51065106\begin {itemdescr }
51175117\indexlibrarymember {operator>}{move_iterator}%
51185118\begin {itemdecl }
51195119template<class Iterator1, class Iterator2>
5120- constexpr bool operator>(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
5120+ constexpr bool operator>(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
51215121\end {itemdecl }
51225122
51235123\begin {itemdescr }
51345134\indexlibrarymember {operator<=}{move_iterator}%
51355135\begin {itemdecl }
51365136template<class Iterator1, class Iterator2>
5137- constexpr bool operator<=(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
5137+ constexpr bool operator<=(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
51385138\end {itemdecl }
51395139
51405140\begin {itemdescr }
51515151\indexlibrarymember {operator>=}{move_iterator}%
51525152\begin {itemdecl }
51535153template<class Iterator1, class Iterator2>
5154- constexpr bool operator>=(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
5154+ constexpr bool operator>=(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
51555155\end {itemdecl }
51565156
51575157\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments