Return the first character
reference front() noexcept;
Declared in file <boost/url/impl/decode_view.hpp> at line 149
assert( decode_view( "Program%20Files" ).front() == 'P' );
not this->empty()
Constant.
Throws nothing.