|
ACTS
Experiment-independent tracking
|
Owning holder that stores a backend by value. More...
#include <Acts/Utilities/Holders.hpp>
Public Types | |
| using | element_type = T |
Public Member Functions | |
| ValueHolder (T &&_val) | |
| ValueHolder (T &_val)=delete | |
| operator bool () const | |
| T & | operator* () |
| const T & | operator* () const |
| T * | operator-> () |
| const T * | operator-> () const |
Public Attributes | |
| T | val |
Owning holder that stores a backend by value.
| T | Backend type. |
The backend is moved into the holder and owned for its lifetime.
| using Acts::ValueHolder< T >::element_type = T |
|
delete |
| Acts::ValueHolder< T >::ValueHolder | ( | T && | _val | ) |
|
explicit |
| T & Acts::ValueHolder< T >::operator* | ( | ) |
| const T & Acts::ValueHolder< T >::operator* | ( | ) | const |
| T * Acts::ValueHolder< T >::operator-> | ( | ) |
| const T * Acts::ValueHolder< T >::operator-> | ( | ) | const |
| T Acts::ValueHolder< T >::val |