stlab.adobe.com Adobe Systems Incorporated

Functions

template<class InputRange1 , class InputRange2 , class OutputIterator >
OutputIterator merge (const InputRange1 &range1, const InputRange2 &range2, OutputIterator result)
template<class InputRange1 , class InputRange2 , class OutputIterator , class Compare >
OutputIterator merge (const InputRange1 &range1, const InputRange2 &range2, OutputIterator result, Compare comp)
template<class InputIterator1 , class InputIterator2 , class OutputIterator , class Compare >
OutputIterator merge (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator2 last2, OutputIterator result, Compare comp)

Detailed Description

See also:
  • STL documentation for merge

Function Documentation

OutputIterator adobe::merge ( const InputRange1 &  range1,
const InputRange2 &  range2,
OutputIterator  result 
)

merge implementation

Definition at line 40 of file merge.hpp.

OutputIterator adobe::merge ( const InputRange1 &  range1,
const InputRange2 &  range2,
OutputIterator  result,
Compare  comp 
)

merge implementation

Definition at line 67 of file merge.hpp.

OutputIterator adobe::merge ( InputIterator1  first1,
InputIterator1  last1,
InputIterator2  first2,
InputIterator2  last2,
OutputIterator  result,
Compare  comp 
)

merge implementation

Definition at line 53 of file merge.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