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