#include <unordered_set>

Go to the source code of this file.
Namespaces | |
| iroha | |
Functions | |
| template<typename Hasher , typename Collection , typename TargetType = typename Collection::value_type> | |
| auto | iroha::merge_unique (Collection left, Collection right) |
| template<typename Set , typename Merge > | |
| Set | iroha::set_union (const Set &left, const Set &right, Merge &&merge) |
| template<typename Set > | |
| Set | iroha::set_difference (const Set &left, const Set &right) |