![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "Transient.h"
Public Types | |
| using | value_type = T |
Public Member Functions | |
| Transient (T value={}) | |
| operator T () const | |
| Transient & | operator= (T rh) |
| T const & | get () const noexcept |
| T & | get () noexcept |
Private Attributes | |
| T | value_ |
Definition at line 16 of file Transient.h.
| using art::Transient< T >::value_type = T |
Definition at line 18 of file Transient.h.
|
inline |
Definition at line 19 of file Transient.h.
|
inlinenoexcept |
Definition at line 28 of file Transient.h.
|
inlinenoexcept |
Definition at line 33 of file Transient.h.
|
inline |
|
inline |
Definition at line 22 of file Transient.h.
|
private |