LArSoft
v06_85_00
Liquid Argon Software toolkit - http://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 160 of file AssociatedData.h.
|
inline |
Definition at line 163 of file AssociatedData.h.
|
inline |
Access the contained value via its pointer.
Definition at line 165 of file AssociatedData.h.
|
private |
Value to return the address of (may be reference).
Definition at line 161 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*().