Public Types | |
typedef T | value_type |
Public Member Functions | |
Transient (T value=T()) | |
operator T () const | |
Transient & | operator= (T rh) |
T const & | get () const noexcept |
T & | get () noexcept |
Private Attributes | |
T | value_ |
Definition at line 17 of file Transient.h.
typedef T art::Transient< T >::value_type |
Definition at line 19 of file Transient.h.
|
inline |
Definition at line 20 of file Transient.h.
|
inlinenoexcept |
Definition at line 29 of file Transient.h.
|
inlinenoexcept |
Definition at line 34 of file Transient.h.
|
inline |
|
inline |
Definition at line 23 of file Transient.h.
|
private |
Definition at line 40 of file Transient.h.
Referenced by art::Transient< art::ProductProvenance::Transients >::get(), art::Transient< T >::operator T(), and art::Transient< art::ProductProvenance::Transients >::operator=().