Accessor for list of settings that skips negated values when iterated over. The last boolean false value in the list and all earlier values are considered negated.
Synopsis
Declared in <common/settings.h>
struct SettingsSpan;
Member Functions
Name |
Description |
|
Constructors |
Iterator to the first non‐negated value. |
|
Whether the span has no non‐negated values. |
|
Iterator past the last value. |
|
Whether the final value in the span is a negation. |
|
Count of values considered negated. |