Assignment
Synopsis
Description
After assignment, both views reference the same underlying character buffer. Ownership is not transferred.
Postconditions
this->buffer().data() == other.buffer().data()
Complexity
Constant.
Exception Safety
Throws nothing.
Return Value
-
``
Parameters
Name | Type |
---|---|
other |
`` |