标签: c++ c++17
我做a时是否可以保证a = std::move(a)仍然是有效对象?当实现move operator =时,是否应该正确处理这种情况?如果是这样,是否有最佳做法?
a
a = std::move(a)