boost::urls::segments_ref::push_back
Append a segment
Synopsis
Declared in <boost/url/segments_ref.hpp>
void
push_back(core::string_view s);
Parameters
Name | Description |
---|---|
s |
The segment to append. |
Created with MrDocs
Append a segment
Declared in <boost/url/segments_ref.hpp>
void
push_back(core::string_view s);
Name | Description |
---|---|
s |
The segment to append. |
Created with MrDocs