|
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 |