|
FTXUI 6.1.9
C++ functional terminal UI.
|
一个适配器。拥有或引用一个常量字符串。为了方便,这个 类将多个可变字符串转换为共享表示。 更多...
#include <ref.hpp>
类 StringRef 继承关系图:Public 成员函数 | |
| 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 |