nw::ut::EnableFlag Function

Syntax

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

Template Arguments

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

Arguments

Name Description
flags
value

Return Values

Description

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


CONFIDENTIAL