boost::urls::decode_view::back
Return the last character
Synopsis
reference
back() const noexcept;
Description
assert( decode_view( "Program%20Files" ).back() == 's' );
not this->empty()
Throws nothing.
Created with MrDocs
Return the last character
reference
back() const noexcept;
assert( decode_view( "Program%20Files" ).back() == 's' );
not this->empty()
Created with MrDocs