From Jason Turner

[moveconstructible]

Diff to HTML by rtfpessoa

tmp/tmpvfcg_n6i/{from.md → to.md} RENAMED
@@ -1,8 +0,0 @@
1
- **Table: `MoveConstructible` requirements** <a id="moveconstructible">[moveconstructible]</a>
2
-
3
- | | |
4
- | ----------- | ------------------------------------------------------------------ |
5
- | `T u = rv;` | `u` is equivalent to the value of `rv` before the construction |
6
- | `T(rv)` | `T(rv)` is equivalent to the value of `rv` before the construction |
7
- | *[spans 2 columns]* `rv`'s state is unspecified \enternote `rv` must still meet the requirements of the library component that is using it. The operations listed in those requirements must work as specified whether `rv` has been moved from or not. \exitnote |
8
-