Public Member Functions | |
Ptr (std::string_view view) | |
const std::string_view * | operator-> () const |
Needed to introduce a temporary since operator-> must return a pointer. Without this we'd need to store the view object even when we already own a string.