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