![]() |
NDEVR
API Documentation
|
StringStream specialization for StringAllocatingView types, providing owning string conversion. More...
Static Public Member Functions | |
| static void | fromString (const StringView &string, StringAllocatingView &value) |
| Parses a StringAllocatingView from a string view. | |
| static const char * | getValidRegex () |
| Returns a regex pattern that validates StringAllocatingView input. | |
| static void | toDisplayString (const StringAllocatingView &value, TranslatedString &string) |
| Converts a StringAllocatingView to a user-facing translated string. | |
| static void | toString (const StringAllocatingView &value, StringAllocatingView &string) |
| Converts a StringAllocatingView to its string representation. | |
StringStream specialization for StringAllocatingView types, providing owning string conversion.
Definition at line 347 of file StringStream.h.
|
static |
Parses a StringAllocatingView from a string view.
| [in] | string | The string view to parse from. |
| [in] | value | The output StringAllocatingView to populate. |
|
static |
Returns a regex pattern that validates StringAllocatingView input.
|
static |
Converts a StringAllocatingView to a user-facing translated string.
| [in] | value | The StringAllocatingView to convert. |
| [in] | string | The output translated string to write to. |
|
static |
Converts a StringAllocatingView to its string representation.
| [in] | value | The StringAllocatingView to convert. |
| [in] | string | The output string view to write to. |