Default initialization of std::array?

前端 未结 5 975
青春惊慌失措
青春惊慌失措 2020-11-28 04:40

With C++11 std::array, do I have the guarantee that the syntax std::array x; will default-initialize all the elements of the array ?

5条回答
提交回复
热议问题