Member access operators
Declared in <mrdocs/ADT/Polymorphic.hpp>
Pointer-like access to the held object.
[[nodiscard]]
constexpr
pointer
operator->() noexcept;
» more...
Pointer-like access to the held object (const).
[[nodiscard]]
constexpr
const_pointer
operator->() const noexcept;
» more...
Pointer to the contained value.