FTXUI
5.0.0
C++ functional terminal UI.
|
An adapter. Own or reference an immutable object. More...
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 |