Utilities for working with sets. More...
#include <algorithm>
#include <iterator>
#include <set>
Go to the source code of this file.
Namespaces | |
cras | |
Functions | |
template<typename T > | |
bool | cras::isSetIntersectionEmpty (const ::std::set< T > &set1, const ::std::set< T > &set2) |
Test whether the two given sets have empty intersection. More... | |
Utilities for working with sets.
Definition in file set_utils.hpp.