C++11: defining function on std::array

前端 未结 2 864
栀梦
栀梦 2021-01-14 10:18

std::array takes two template parameters:

typename T // the element type
size_t N // the size of the array

I want to define a

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