std::array<T,N>::empty ... Checks if the container has no elements, i.e. whether begin() == end().
確定! 回上一頁