boost::urls::grammar::recycled_ptr::get
Return the referenced object
Synopsis
Declared in <boost/url/grammar/recycled.hpp>
T*
get() const noexcept;
Description
If this is empty, nullptr
is returned.
Throws nothing.
Created with MrDocs
Return the referenced object
Declared in <boost/url/grammar/recycled.hpp>
T*
get() const noexcept;
If this is empty, nullptr
is returned.
Created with MrDocs