Access the underlying pointer stored in a const wrapper.
Declared in <folly/lang/PropagateConst.h>
template<typename Pointer>
constexpr
Pointer const&
get_underlying(propagate_const<Pointer> const& obj);
A const reference to the stored pointer.
| Name | Description |
|---|---|
| obj | The wrapper to access. |