[#8C2D2B2F943C82088BB272A9E97CB4191B785DB2]
Assignment
params_view& operator=(params_view const&) = default;
After assignment, both views reference the same underlying character buffer.
Ownership is not transferred; the caller is responsible for ensuring the lifetime of the buffer extends until it is no longer referenced.
this->buffer().data() == other.buffer().data()
Constant
Throws nothing