count.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/ 21 /*************************************************************************************************/ 25 /*************************************************************************************************/ 34 /*************************************************************************************************/ 94 /*************************************************************************************************/ 98 /*************************************************************************************************/ 102 /*************************************************************************************************/
boost::range_difference< InputRange >::type count_if(const InputRange &range, Predicate pred) count implementation Definition: count.hpp:89 Definition: functional.hpp:26 boost::range_difference< InputRange >::type count(InputRange &range, T &value) count implementation Definition: count.hpp:41 boost::range_difference< InputRange >::type count(const InputRange &range, T &value) count implementation Definition: count.hpp:53 std::iterator_traits< InputIterator >::difference_type count_if(InputIterator first, InputIterator last, Predicate pred) count implementation Definition: count.hpp:65 |