libmoost
/home/mhx/git/github/libmoost/include/moost/algorithm/inplace_set_intersection.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  moost
 

Creates a unique temporary directory; removed on scope exit.


namespace  moost::algorithm

Functions

template<class ForwardIterator , class InputIterator >
ForwardIterator moost::algorithm::inplace_set_intersection (ForwardIterator first1, ForwardIterator last1, InputIterator first2, InputIterator last2)
template<class ForwardIterator , class InputIterator , class StrictWeakOrdering >
ForwardIterator moost::algorithm::inplace_set_intersection (ForwardIterator first1, ForwardIterator last1, InputIterator first2, InputIterator last2, StrictWeakOrdering comp)