Where is there no std::data overload for std::valarray?

后端 未结 0 1012
执念已碎
执念已碎 2021-02-06 08:06

C++11 introduced std::begin(std::valarray&) as well as std::end(std::valarray&). In C++17, they introduced std::data which works with std::vector, std

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