Is there a C++ equivalent for multiple assignment in Python?

前端 未结 0 1522
[愿得一人]
[愿得一人] 2021-01-22 10:50

In python how you can assign multiple values to different variables by separating the values with a comma. e.g., a, b = 10, 20 Is there a c++ equivalent?

I was sorting th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题