|
template<class InputIterator , class OutputIterator , class Cmp_ > |
void | merge_iterator (InputIterator &source0, InputIterator &source1, OutputIterator target, unsigned_type length, Cmp_ cmp) |
|
template<class InputIterator , class OutputIterator , class Cmp_ > |
void | merge3_iterator (InputIterator &source0, InputIterator &source1, InputIterator &source2, OutputIterator target, unsigned_type length, Cmp_ cmp) |
|
template<class InputIterator , class OutputIterator , class Cmp_ > |
void | merge4_iterator (InputIterator &source0, InputIterator &source1, InputIterator &source2, InputIterator &source3, OutputIterator target, unsigned_type length, Cmp_ cmp) |
|