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... |
Definition in file some-algorithms.h.
|
Definition at line 14 of file some-algorithms.h. |
|
Definition at line 19 of file some-algorithms.h. |