File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ struct SettingsSpan {
71
71
explicit SettingsSpan (const SettingsValue& value) noexcept : SettingsSpan(&value, 1 ) {}
72
72
explicit SettingsSpan (const SettingsValue* data, size_t size) noexcept : data(data), size(size) {}
73
73
explicit SettingsSpan (const std::vector<SettingsValue>& vec) noexcept ;
74
- const SettingsValue* begin () const ; // <! Pointer to first non-negated value.
75
- const SettingsValue* end () const ; // <! Pointer to end of values.
76
- bool empty () const ; // <! True if there are any non-negated values.
77
- bool last_negated () const ; // <! True if the last value is negated.
78
- size_t negated () const ; // <! Number of negated values.
74
+ const SettingsValue* begin () const ; // !< Pointer to first non-negated value.
75
+ const SettingsValue* end () const ; // !< Pointer to end of values.
76
+ bool empty () const ; // !< True if there are any non-negated values.
77
+ bool last_negated () const ; // !< True if the last value is negated.
78
+ size_t negated () const ; // !< Number of negated values.
79
79
80
80
const SettingsValue* data = nullptr ;
81
81
size_t size = 0 ;
You can’t perform that action at this time.
0 commit comments