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