![]() |
Home | Libraries | People | FAQ | More |
Assignment.
param& operator=( param_pct_view const& other);
The members of other
are copied, re-using already existing string capacity.
this->[link url.ref.boost__urls__param.key `key`] == other.key && this->[link url.ref.boost__urls__param.value `value`] == other.value && this->[link url.ref.boost__urls__param.has_value `has_value`] == other.has_value
Linear in other.key.size() + other.value.size()
.
Calls to allocate may throw.
Name |
Description |
---|---|
|
The parameter to copy. |