boost::urls::segments_encoded_ref::operator=
Assignment
Synopsis
segments_encoded_ref&
operator=(segments_encoded_view const& other);
Description
The existing contents are replaced by a copy of the other segments.
All iterators are invalidated.
|
None of the character buffers referenced by |
Parameters
Name |
Description |
other |
The segments to assign. |
Created with MrDocs