| 157 | struct FixedString : public FixedStringBase |
| 158 | { |
| 159 | inline FixedString() |
| 160 | : FixedStringBase() |
| 161 | {} |
| 162 | |
| 163 | explicit FixedString(StringView str); |
| 164 | explicit FixedString(char const* str); |
nothing calls this directly
no outgoing calls
no test coverage detected