赋值 other 给 *this 。此默认化的赋值运算符进行数据指针和大小的浅复制,即调用此函数后, data() == other.data() 且 size() == other.size() 。
other
*this 。
span