| 112 | std::string_view KeyView() const override { return key; } |
| 113 | |
| 114 | std::string Value() const override { return value; } |
| 115 | std::string GetDefault() const override { return value; } |
| 116 | std::string_view ValueView() const override { return value; } |
| 117 |