...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Return a pointer to the pilferable object.
constexpr T* operator->() const;
This returns a pointer to the wrapped object.