FTXUI
0.8.1
C++ functional terminal UI.
|
An adapter. Own or reference a constant string. For convenience, this class convert multiple mutable string toward a shared representation. More...
Public Member Functions | |
StringRef (std::string *ref) | |
StringRef (std::string ref) | |
StringRef (const wchar_t *ref) | |
StringRef (const char *ref) | |
std::string & | operator* () |
std::string * | operator-> () |
An adapter. Own or reference a constant string. For convenience, this class convert multiple mutable string toward a shared representation.