fEventFlagUniqueMask#

Fully qualified name: omni::structuredlog::fEventFlagUniqueMask

Defined in omni/structuredlog/IStructuredLog.h

constexpr EventFlags omni::structuredlog::fEventFlagUniqueMask = fEventFlagUnique | fEventFlagUniqueWithAllProperties | fEventFlagUniqueWithPropertyMask#

Mask covering every uniqueness flag (the simple fEventFlagUnique, the all-properties variant, and the nine per-property variants).

This is provided as a convenience for callers that want to test whether an event participates in any kind of deduplication.