boost::urls::segments_ref::replace
Replace segments
Synopsis
Declared in <boost/url/segments_ref.hpp>
Parameters
Name | Description |
---|---|
pos |
An iterator to the segment. |
s |
The string to assign. |
from, |
to The range of segments to replace. |
init |
The list of segments to assign. |
first, |
last The range of segments to assign. |
Created with MrDocs