<boost/url/segments_base.hpp>
std::string back() const noexcept;
this->empty() == false
assert( url_view( "/path/to/file.txt" ).segments().back() == "file.txt" );
return *--end();
Linear in this->back().size().
this->back().size()
Calls to allocate may throw.