|
FTXUI 6.1.9
C++ functional terminal UI.
|
一个适配器。拥有或引用一个可变对象。 更多...
#include <ref.hpp>
Public 成员函数 | |
| Ref ()=default | |
| Ref (T t) | |
| Ref (T *t) | |
| ~Ref ()=default | |
| Ref & | operator= (Ref &&) noexcept=default |
| Ref (const Ref< T > &)=default | |
| Ref (Ref< T > &&) noexcept=default | |
| Ref< T > & | operator= (const Ref< T > &)=default |
| T & | operator() () |
| T & | operator* () |
| T * | operator-> () |
| const T & | operator() () const |
| const T & | operator* () const |
| const T * | operator-> () const |
|
default |
|
default |