Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

Functions

template<class InputRange, class T>
boost::range_difference< InputRange >::type count (InputRange &range, T &value)
 count implementation
template<class InputRange, class T>
boost::range_difference< InputRange >::type count (const InputRange &range, T &value)
 count implementation
template<class InputIterator, class Predicate>
std::iterator_traits< InputIterator >::difference_type count_if (InputIterator first, InputIterator last, Predicate pred)
 count implementation
template<class InputRange, class Predicate>
boost::range_difference< InputRange >::type count_if (InputRange &range, Predicate pred)
 count implementation
template<class InputRange, class Predicate>
boost::range_difference< InputRange >::type count_if (const InputRange &range, Predicate pred)
 count implementation

Detailed Description

See also

Function Documentation

◆ count() [1/2]

template<class InputRange, class T>
boost::range_difference< InputRange >::type count ( InputRange & range,
T & value )

Definition at line 40 of file count.hpp.

◆ count() [2/2]

template<class InputRange, class T>
boost::range_difference< InputRange >::type count ( const InputRange & range,
T & value )

Definition at line 50 of file count.hpp.

◆ count_if() [1/3]

template<class InputIterator, class Predicate>
std::iterator_traits< InputIterator >::difference_type count_if ( InputIterator first,
InputIterator last,
Predicate pred )

Definition at line 61 of file count.hpp.

◆ count_if() [2/3]

template<class InputRange, class Predicate>
boost::range_difference< InputRange >::type count_if ( InputRange & range,
Predicate pred )

Definition at line 71 of file count.hpp.

◆ count_if() [3/3]

template<class InputRange, class Predicate>
boost::range_difference< InputRange >::type count_if ( const InputRange & range,
Predicate pred )

Definition at line 82 of file count.hpp.