From Jason Turner

[move.iter.op=]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpgxp5gjpm/{from.md → to.md} +0 -10
tmp/tmpgxp5gjpm/{from.md → to.md} RENAMED
@@ -1,10 +0,0 @@
1
- ##### `move_iterator::operator=` <a id="move.iter.op=">[[move.iter.op=]]</a>
2
-
3
- ``` cpp
4
- template <class U> constexpr move_iterator& operator=(const move_iterator<U>& u);
5
- ```
6
-
7
- *Effects:* Assigns `u.base()` to `current`.
8
-
9
- *Requires:* `U` shall be convertible to `Iterator`.
10
-