|
|
|
|
|
by jcelerier
1513 days ago
|
|
No, you can absolutely use it (but you most likely want to clear() or assign an empty string to it before doing e.g. push_back as move does not necessarily clear the moved-from object - std::move(some_int) won't clear the int) |
|
It might not be null, but I can't do much more with it than I can with null. I need to assign something new first