一個適配器。擁有或引用一個可變的物件。
More...
#include <ref.hpp>
template<typename T>
class ftxui::Ref< T >
一個適配器。擁有或引用一個可變的物件。
Definition at line 46 of file ref.hpp.
◆ Ref() [1/5]
◆ Ref() [2/5]
◆ Ref() [3/5]
◆ ~Ref()
◆ Ref() [4/5]
◆ Ref() [5/5]
◆ operator=() [1/2]
template<typename T >
| Ref & operator= |
( |
Ref< T > && | | ) |
|
|
defaultnoexcept |
◆ operator=() [2/2]
template<typename T >
| Ref< T > & operator= |
( |
const Ref< T > & | | ) |
|
|
default |
◆ operator()() [1/2]
◆ operator*() [1/2]
◆ operator->() [1/2]
◆ operator()() [2/2]
template<typename T >
| const T & operator() |
( |
| ) |
const |
|
inline |
◆ operator*() [2/2]
template<typename T >
| const T & operator* |
( |
| ) |
const |
|
inline |
◆ operator->() [2/2]
template<typename T >
| const T * operator-> |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: