nw::ut::CheckFlagOr Function

Syntax

template <typename TFlags, typename TMask>
bool CheckFlagOr(
     const TFlags & flags,
     const TMask & mask
);

Template Arguments

Name Description
flags The current bit field.
mask Mask used for checking.

Arguments

Name Description
flags
mask

Return Values

Description

Checks if any of the bits of a specified mask in a bit field are true.


CONFIDENTIAL