FTXUI
5.0.0
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 (const wchar_t *ref) | |
StringRef (const char *ref) | |
std::string & | operator() () |
const std::string & | operator() () const |
std::string & | operator* () |
const std::string & | operator* () const |
std::string * | operator-> () |
const std::string * | operator-> () const |
An adapter. Own or reference a constant string. For convenience, this class convert multiple mutable string toward a shared representation.