Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
count_if.hpp File Reference
#include <boost/concept_check.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/concepts.hpp>
#include <boost/range/difference_type.hpp>
#include <algorithm>
Include dependency graph for count_if.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::range
 

Functions

template<class SinglePassRange , class UnaryPredicate >
BOOST_DEDUCED_TYPENAME
boost::range_difference
< SinglePassRange >::type 
boost::range::count_if (SinglePassRange &rng, UnaryPredicate pred)
 template function count_if More...
 
template<class SinglePassRange , class UnaryPredicate >
BOOST_DEDUCED_TYPENAME
boost::range_difference< const
SinglePassRange >::type 
boost::range::count_if (const SinglePassRange &rng, UnaryPredicate pred)