boost::urls::param::operator‐>
Arrow support
Synopsis
Declared in <boost/url/param.hpp>
param 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