nw::ut::DisableFlag Function

Syntax

template <typename TFlags, typename TValue>
TFlags DisableFlag(
     const TFlags & flags,
     const TValue & value
);

Template Arguments

Name Description
flags The current bit field.
value Bit value to be set for false.

Arguments

Name Description
flags
value

Return Values

Description

Sets the bit value of the specified bit in a bit field to false.


CONFIDENTIAL