File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 12957
12957
\pnum
12958
12958
This enum class specifies constants used to identify file types,
12959
12959
with the meanings listed in Table~\ref {tab:fs.enum.file_type }.
12960
+ The values of the constants are distinct.
12960
12961
12961
12962
\begin {floattable }
12962
12963
{Enum class \tcode {file_type}}{tab:fs.enum.file_type}
12999
13000
The \tcode {enum class} type \tcode {copy_options}
13000
13001
is a bitmask type\iref {bitmask.types } that specifies bitmask constants used to control the semantics of
13001
13002
copy operations. The constants are specified in option groups with the meanings listed in Table~\ref {tab:fs.enum.copy_options }.
13002
- Constant \tcode {none} is shown in each option group for purposes of exposition;
13003
+ The constant \tcode {none} represents the empty bitmask, and
13004
+ is shown in each option group for purposes of exposition;
13003
13005
implementations shall provide only a single definition.
13006
+ Every other constant in the table represents a distinct bitmask element.
13004
13007
13005
13008
\begin {floattable }
13006
13009
{Enum class \tcode {copy_options}}{tab:fs.enum.copy_options}
13144
13147
The \tcode {enum class} type \tcode {directory_options} is a bitmask
13145
13148
type\iref {bitmask.types } that specifies bitmask constants used to identify
13146
13149
directory traversal options, with the meanings listed in Table~\ref {tab:fs.enum.directory_options }.
13150
+ The constant \tcode {none} represents the empty bitmask;
13151
+ every other constant in the table represents a distinct bitmask element.
13147
13152
13148
13153
\begin {floattable }
13149
13154
{Enum class \tcode {directory_options}}{tab:fs.enum.directory_options}
You can’t perform that action at this time.
0 commit comments