共用方式為


count (STL/CLR)

傳回符合指定值的範圍的項目數的值。

template<class _InIt, class _Ty> inline
    typename iterator_traits<_InIt>::difference_type
        count(_InIt _First, _InIt _Last, const _Ty% _Val);

備註

這個函式的行為與 STL 函式 count 相同。 如需詳細資訊,請參閱count

需求

標頭: <cliext/algorithm>

命名空間: cliext

請參閱

參考

algorithm (STL/CLR)