LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Value box for use with pointer dereference operator->()
.
More...
Public Member Functions | |
ValuePtr (Value const &value) | |
auto | operator-> () const -> decltype(auto) |
Access the contained value via its pointer. More... | |
Private Attributes | |
Value | value |
Value to return the address of (may be reference). More... | |
Value box for use with pointer dereference operator->()
.
Definition at line 158 of file AssociatedData.h.
|
inline |
Definition at line 161 of file AssociatedData.h.
|
inline |
Access the contained value via its pointer.
Definition at line 163 of file AssociatedData.h.
|
private |
Value to return the address of (may be reference).
Definition at line 159 of file AssociatedData.h.
Referenced by proxy::details::IteratorWrapperBase< assns_node_iterator< ArtAssnsIter >, ArtAssnsIter, AssnsIterTraits< ArtAssnsIter >::node_t >::makeValuePointer(), and proxy::details::AssnsNode< ArtAssnsIterValue >::operator*().