stlab.adobe.com Adobe Systems Incorporated

count.hpp File Reference

#include <adobe/config.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/difference_type.hpp>
#include <boost/range/end.hpp>
#include <boost/bind.hpp>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  adobe

Functions

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

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google