FTXUI 6.1.9
C++ functional terminal UI.
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe ConstRef< T >

Un adaptateur. Possède ou référence un objet immuable. Plus de détails...

#include <ref.hpp>

Fonctions membres publiques

 ConstRef ()=default
 
 ConstRef (T t)
 
 ConstRef (const T *t)
 
ConstRefoperator= (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
 

Description détaillée

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

Un adaptateur. Possède ou référence un objet immuable.

Définition à la ligne 17 du fichier ref.hpp.

Documentation des constructeurs et destructeur

◆ ConstRef() [1/5]

template<typename T >
ConstRef ( )
default

◆ ConstRef() [2/5]

template<typename T >
ConstRef ( T t)
inline

Définition à la ligne 20 du fichier ref.hpp.

◆ ConstRef() [3/5]

template<typename T >
ConstRef ( const T * t)
inline

Définition à la ligne 21 du fichier ref.hpp.

◆ ConstRef() [4/5]

template<typename T >
ConstRef ( const ConstRef< T > & )
default

◆ ConstRef() [5/5]

template<typename T >
ConstRef ( ConstRef< T > && )
defaultnoexcept

◆ ~ConstRef()

template<typename T >
~ConstRef ( )
default

Documentation des fonctions membres

◆ operator=() [1/2]

template<typename T >
ConstRef & operator= ( ConstRef< T > && )
defaultnoexcept

◆ operator=() [2/2]

template<typename T >
ConstRef< T > & operator= ( const ConstRef< T > & )
default

◆ operator()()

template<typename T >
const T & operator() ( ) const
inline

Définition à la ligne 31 du fichier ref.hpp.

◆ operator*()

template<typename T >
const T & operator* ( ) const
inline

Définition à la ligne 32 du fichier ref.hpp.

◆ operator->()

template<typename T >
const T * operator-> ( ) const
inline

Définition à la ligne 33 du fichier ref.hpp.


La documentation de cette classe a été générée à partir du fichier suivant :