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