template <typename TFlags, typename TMask>
bool CheckFlag(
const TFlags & flags,
const TMask & mask
);
| Name | Description |
|---|---|
| flags | The current bit field. |
| mask | Mask used for checking. |
| Name | Description | |
|---|---|---|
| flags | ||
| mask |
Checks if the bits of a specified mask in a bit field are all true.
CONFIDENTIAL