共用方式為


count_if (STL/CLR)

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

template<class _InIt, class _Pr> inline
    typename iterator_traits<_InIt>::difference_type
        count_if(_InIt _First, _InIt _Last, _Pr _Pred);

備註

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

需求

標頭: <cliext/algorithm>

命名空間: cliext

請參閱

參考

algorithm (STL/CLR)