boost::urls::decode_view::back Return the last character Synopsis Declared in header <boost/url/decode_view.hpp> reference back() const noexcept; Description assert( decode_view( "Program%20Files" ).back() == 's' ); not this->empty() Constant. Throws nothing.