Returns the size of the given range. ... template< class T, std::size_t N > constexpr std::size_t size( const T (&array)[N] ) noexcept;, (3), (since C++17).
確定! 回上一頁