Assignment
Synopsis
params_encoded_ref&
operator=(params_encoded_ref const& other);Description
The previous contents of this are replaced by the contents of `other.
All iterators are invalidated.
| Note | The strings 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
*this
Parameters
| Name | Description | 
| other | The params to assign. | 
Created with MrDocs