proxygen
Merge.h File Reference
#include <algorithm>

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Functions

template<class InputIt1 , class InputIt2 , class OutputIt , class Compare >
OutputIt folly::merge (InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2, OutputIt d_first, Compare comp)
 
template<class InputIt1 , class InputIt2 , class OutputIt >
OutputIt folly::merge (InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2, OutputIt d_first)