Assignment
Synopsis
segments_encoded_ref&
operator=(segments_encoded_ref const& other);Description
The existing contents are replaced by a copy of the other segments.
All iterators are invalidated.
| Note | None of the character buffers referenced by  | 
Effects
this->assign( other.begin(), other.end() );Complexity
Linear in other.buffer().size().
Exception Safety
Strong guarantee. Calls to allocate may throw.
Return Value
A reference to this object.
Parameters
| Name | Description | 
| other | The segments to assign. | 
Created with MrDocs