Append a segment
This function appends a segment to the end of the path. Reserved characters in the string are automatically escaped.
All end iterators are invalidated.
this->back() == s
Calls to allocate may throw.
Name | Description |
---|---|
s | The segment to append. |