|
libmoost
|

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) |