|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
字符串可变引用适配器 更多...
#include <ref.hpp>
Public 成员函数 | |
| string_ref (const char *s) | |
| 从 C 字符串构造 | |
| string_ref (string_view sv) | |
| 从 string_view 构造 | |
| string_ref (const wchar_t *ws) | |
| 从宽字符串构造 | |
| Public 成员函数 继承自 neforce::tui::ref< string > | |
| ref () | |
| 默认构造 | |
| string & | operator* () |
| 解引用 | |
| string * | operator-> () |
| 成员访问 | |
| ref & | operator= (string v) |
| 赋值(同时写入绑定的外部变量) | |
| bool | holds_pointer () const noexcept |
| 检查是否绑定外部指针 | |
|
inline |
|
inline |
|
inline |