|
FTXUI 6.1.9
C++ functional terminal UI.
|
An adapter. Own or reference an immutable object. More...
#include <ref.hpp>
Public Member Functions | |
| 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 |
An adapter. Own or reference an immutable object.
|
default |
|
default |