stlab.adobe.com Adobe Systems Incorporated

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 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 (InputRange &range, Predicate pred)
 
template<class InputRange , class Predicate >
boost::range_difference< InputRange >::type count_if (const InputRange &range, Predicate pred)
 

Detailed Description

See also

Function Documentation

§ count() [1/2]

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

count implementation

Definition at line 41 of file count.hpp.

§ count() [2/2]

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

count implementation

Definition at line 53 of file count.hpp.

§ count_if() [1/3]

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

count implementation

Definition at line 65 of file count.hpp.

§ count_if() [2/3]

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

count implementation

Definition at line 77 of file count.hpp.

§ count_if() [3/3]

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

count implementation

Definition at line 89 of file count.hpp.

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