algorithm File Reference

#include <algorithm>

Include dependency graph for ext/algorithm:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  __gnu_cxx

Functions

template<typename InputIterator, typename Size, typename OutputIterator>
pair< InputIterator,
OutputIterator > 
__gnu_cxx::copy_n (InputIterator first, Size count, OutputIterator __result)
 Copies the range [first,first+count) into [result,result+count).
template<typename InputIterator1, typename InputIterator2>
int __gnu_cxx::lexicographical_compare_3way (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator2 last2)
 memcmp on steroids.
template<typename ForwardIterator, typename OutputIterator, typename Distance>
OutputIterator __gnu_cxx::random_sample_n (ForwardIterator first, ForwardIterator last, OutputIterator out, const Distance n)
template<typename ForwardIterator, typename OutputIterator, typename Distance, typename RandomNumberGenerator>
OutputIterator __gnu_cxx::random_sample_n (ForwardIterator first, ForwardIterator last, OutputIterator out, const Distance n, RandomNumberGenerator &__rand)
template<typename InputIterator, typename RandomAccessIterator>
RandomAccessIterator __gnu_cxx::random_sample (InputIterator first, InputIterator last, RandomAccessIterator out_first, RandomAccessIterator out_last)
template<typename InputIterator, typename RandomAccessIterator, typename RandomNumberGenerator>
RandomAccessIterator __gnu_cxx::random_sample (InputIterator first, InputIterator last, RandomAccessIterator out_first, RandomAccessIterator out_last, RandomNumberGenerator &__rand)
template<typename RandomAccessIterator>
bool __gnu_cxx::is_heap (RandomAccessIterator first, RandomAccessIterator last)
template<typename RandomAccessIterator, typename StrictWeakOrdering>
bool __gnu_cxx::is_heap (RandomAccessIterator first, RandomAccessIterator last, StrictWeakOrdering comp)
template<typename ForwardIterator>
bool __gnu_cxx::is_sorted (ForwardIterator first, ForwardIterator last)
template<typename ForwardIterator, typename StrictWeakOrdering>
bool __gnu_cxx::is_sorted (ForwardIterator first, ForwardIterator last, StrictWeakOrdering comp)


Detailed Description

This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset). You should only include this header if you are using GCC 3 or later.

Definition in file ext/algorithm.


Generated on Thu Jan 3 20:53:49 2008 for libstdc++-v3 Source by  doxygen 1.5.4