boost::urls::param_view::operator‐>
Arrow support
Synopsis
Declared in <boost/url/param.hpp>
param_view const*
operator‐>() const noexcept;
Description
This operator returns the address of the object so that it can be used in pointer contexts.
Return Value
A pointer to the object.
Created with MrDocs