I have created a matrix/table using 2D vectors. I would like to check the empty values in the matrix -— C++

后端 未结 0 1520
悲&欢浪女
悲&欢浪女 2020-12-19 11:04

I know this command is wrong -- > !matrix[i][j].empty(). I want a similar command to use in an if loop. Please point me in the right direction.

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