move - C++: valid but unspecified state. What does this mean? -


i have been trying understand std::move. this doc describes nicely. says in example section "..... while bar loses value, , in valid unspecified state .....". lots of other docs use terminology in same context. also, found lots of answers on stackoverflow related it. this same question. not talk "what being unspecified means?"

so questions are?

what being valid unspecified means?

what effect on pointer variable (classa* ptr)?

and effects on object being pointed variable?

thanks.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -