std::array provides · operator[], which is same as the C-style array, to avoid the cost of checking whether the index is less than the size of the array.
確定! 回上一頁