StringStream specialization for StringView types, providing non-owning string conversion.
More...
StringStream specialization for StringView types, providing non-owning string conversion.
Definition at line 316 of file StringStream.h.
◆ fromString()
Parses a StringView from another string view.
- Parameters
-
| [in] | string | The string view to parse from. |
| [in] | value | The output StringView to populate. |
◆ getValidRegex()
Returns a regex pattern that validates StringView input.
- Returns
- A C-string containing the regex pattern.
◆ toDisplayString()
Converts a StringView to a user-facing translated string.
- Parameters
-
| [in] | value | The StringView to convert. |
| [in] | string | The output translated string to write to. |
◆ toString()
Converts a StringView to its string representation.
- Parameters
-
| [in] | value | The StringView to convert. |
| [in] | string | The output string view to write to. |
The documentation for this class was generated from the following file: