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