Go to Overview over all GrAL packages.
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Container/some-algorithms.h File Reference

Go to the source code of this file.

Functions

template<class InputIt> InputIt next (InputIt i)
template<class InputIt> InputIt next (InputIt i, unsigned n)
template<class InputIt, class OutputIt, class Filter> OutputIt copy_filter (InputIt b, InputIt e, OutputIt dest, Filter f)
 copy [b,e) to [dest, ...), mapping values with f. More...

template<class FwdIt, class P1, class P2> FwdIt find_if_preference (FwdIt b, FwdIt e, const P1 &must_be, const P2 &should_be)
 find_if_preference tries to find an element that satisfies both predicates. More...

template<class M1, class M2> void mapping_assign (M1 &dest, M2 const &src)
 Copy a mapping by iterating through its domain. More...


Detailed Description

Some extensions to STL algorithms

Definition in file some-algorithms.h.


Function Documentation

template<class InputIt>
InputIt next InputIt    i [inline]
 

Definition at line 14 of file some-algorithms.h.

template<class InputIt>
InputIt next InputIt    i,
unsigned    n
[inline]
 

Definition at line 19 of file some-algorithms.h.


Copyright (c) Guntram Berti 1997-2002. See the GrAL Homepage for up-to-date information.

Generated at Tue Feb 26 15:57:15 2002 for Sequence by doxygen 1.2.11-20011104 written by Dimitri van Heesch, © 1997-2000