nw::ut::EnableFlag Function
template <typename TFlags, typename TValue>
TFlags EnableFlag(
const TFlags & flags,
const TValue & value
);
| Name | Description |
|---|---|
| flags | The current bit field. |
| value | Bit value to be set for true. |
| Name | Description | |
|---|---|---|
| flags | ||
| value |
Sets the bit value of the specified bit in a bit field to true.
CONFIDENTIAL