mrdocs::dom::String::operator=
Assignment.
Description
This acquires shared ownership of the string referenced by other. Ownership of the previously referenced string is released.
Parameters
| Name | Description |
|---|---|
other |
The object to copy assign from |
Created with MrDocs