Skip to content
Snippets Groups Projects
Verified Commit fe4b2125 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Remove unused code

parent d5c81f98
No related branches found
No related tags found
1 merge request!23Copy constructor for result set and entity
Checking pipeline status
......@@ -63,11 +63,9 @@ public:
return (this->wrapped->scalar_value_case() == ScalarValueCase::kStringValue) ||
(this->wrapped->scalar_value_case() == ScalarValueCase::kSpecialValue &&
this->wrapped->special_value() == ProtoSpecialValue::SPECIAL_VALUE_EMPTY_STRING);
return false;
}
[[nodiscard]] inline auto AsString() const noexcept -> const std::string & {
return this->wrapped->string_value();
;
}
[[nodiscard]] inline auto IsDouble() const noexcept -> bool {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment