c++ array 用法

// std::array is a container that encapsulates fixed size arrays.
#include <array>
using namespace std;
array<int, 100> ref = { 0 };
posted @ 2022-05-08 22:53  wangshaodong  阅读(114)  评论(0编辑  收藏  举报