|
FTXUI 6.1.9
C++ functional terminal UI.
|
一個適配器。擁有或引用一個常數字串。為方便起見,此類別將多個可變字串轉換為共享表示。 More...
#include <ref.hpp>
Inheritance diagram for StringRef: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 |