Skip to content
Snippets Groups Projects

F consolidation

Merged Timm Fitschen requested to merge f-consolidation into dev
Files
2
+ 1
1
@@ -122,7 +122,7 @@ public:
LIST_VALUE_CONSTRUCTOR(char *, set_string_value)
LIST_VALUE_CONSTRUCTOR(bool, set_boolean_value)
[[nodiscard]] inline auto IsNull() -> bool {
[[nodiscard]] inline auto IsNull() const noexcept -> bool {
return this->wrapped->value_case() == ValueCase::VALUE_NOT_SET;
}
Loading