Future C++ feature: determine the length of an array from its points

后端 未结 0 766
清歌不尽
清歌不尽 2021-01-18 05:26

If you perform ptr = new std::size_t[20] and then delete [] ptr;, the correct number of bytes are removed. So there should be a way to create a lan

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