tmp/tmpdt61vnek/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: `filesystem_error(const string&, const path&, error_code)` effects** <a id="tab:filesystem_error.2">[tab:filesystem_error.2]</a>
|
| 2 |
+
|
| 3 |
+
| Expression | Value |
|
| 4 |
+
| ----------------------- | -------------------------------- |
|
| 5 |
+
| `runtime_error::what()` | `what_arg.c_str()` |
|
| 6 |
+
| `code()` | `ec` |
|
| 7 |
+
| `path1()` | Reference to stored copy of `p1` |
|
| 8 |
+
| `path2().empty()` | `true` |
|
| 9 |
+
|