push_back

Append a segment

Synopsis

void push_back( string_view s);

Declared in file <boost/url/impl/segments_ref.hpp> at line 130

Description

This function appends a segment to the end of the path. Reserved characters in the string are automatically escaped.

All end iterators are invalidated.

Postconditions

this->back() == s

Exception Safety

Strong guarantee. Calls to allocate may throw.