共用方式為


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/演算法 >

Namespace: cliext

請參閱

參考

algorithm (STL/CLR)