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.