For fixed-size arrays, where the memory is on the stack, use std::array . It is like a C-style array, except that it has a normal argument passing semantic, ...
確定! 回上一頁