tmp/tmp78zngfn6/{from.md → to.md}
RENAMED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
#### Enum class `copy_options` <a id="fs.enum.copy.opts">[[fs.enum.copy.opts]]</a>
|
| 2 |
|
| 3 |
-
The `enum class` type `copy_options` is a bitmask type
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
exposition; implementations shall provide only a single definition.
|
|
|
|
| 9 |
|
| 10 |
-
**Table: Enum class `copy_options`** <a id="
|
| 11 |
|
| 12 |
| Constant | Meaning |
|
| 13 |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 14 |
| `none` | (Default) Error; file already exists. |
|
| 15 |
| `skip_existing` | Do not overwrite existing file, do not report an error. |
|
|
|
|
| 1 |
#### Enum class `copy_options` <a id="fs.enum.copy.opts">[[fs.enum.copy.opts]]</a>
|
| 2 |
|
| 3 |
+
The `enum class` type `copy_options` is a bitmask type [[bitmask.types]]
|
| 4 |
+
that specifies bitmask constants used to control the semantics of copy
|
| 5 |
+
operations. The constants are specified in option groups with the
|
| 6 |
+
meanings listed in [[fs.enum.copy.opts]]. The constant `none` represents
|
| 7 |
+
the empty bitmask, and is shown in each option group for purposes of
|
| 8 |
exposition; implementations shall provide only a single definition.
|
| 9 |
+
Every other constant in the table represents a distinct bitmask element.
|
| 10 |
|
| 11 |
+
**Table: Enum class `copy_options`** <a id="fs.enum.copy.opts">[fs.enum.copy.opts]</a>
|
| 12 |
|
| 13 |
| Constant | Meaning |
|
| 14 |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 15 |
| `none` | (Default) Error; file already exists. |
|
| 16 |
| `skip_existing` | Do not overwrite existing file, do not report an error. |
|