FTXUI  0.8.1
C++ functional terminal UI.
ConstRef< T > Class Template Reference

An adapter. Own or reference an immutable object. More...

Public Member Functions

 ConstRef ()
 
 ConstRef (T t)
 
 ConstRef (const T *t)
 
const T & operator* ()
 
const T & operator() ()
 
const T * operator-> ()
 

Detailed Description

template<typename T>
class ftxui::ConstRef< T >

An adapter. Own or reference an immutable object.

Definition at line 11 of file ref.hpp.

Constructor & Destructor Documentation

◆ ConstRef() [1/3]

ConstRef ( )
inline

Definition at line 13 of file ref.hpp.

◆ ConstRef() [2/3]

ConstRef ( t)
inline

Definition at line 14 of file ref.hpp.

◆ ConstRef() [3/3]

ConstRef ( const T *  t)
inline

Definition at line 15 of file ref.hpp.

Member Function Documentation

◆ operator*()

const T& operator* ( )
inline

Definition at line 16 of file ref.hpp.

◆ operator()()

const T& operator() ( )
inline

Definition at line 17 of file ref.hpp.

◆ operator->()

const T* operator-> ( )
inline

Definition at line 18 of file ref.hpp.


The documentation for this class was generated from the following file: