|
Flow 2.0.0
Flow project: Public API.
|
Classes | |
| class | flow::util::Linked_hash_set< Key_t, Hash_t, Pred_t > |
An object of this class is a map that combines the lookup speed of an unordered_set<> and ordering and iterator stability capabilities of a list<>. More... | |
Namespaces | |
| namespace | flow |
| Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
| namespace | flow::util |
| Flow module containing miscellaneous general-use facilities that don't fit into any other Flow module. | |
Functions | |
| template<typename Key_t , typename Hash_t , typename Pred_t > | |
| void | flow::util::swap (Linked_hash_set< Key_t, Hash_t, Pred_t > &val1, Linked_hash_set< Key_t, Hash_t, Pred_t > &val2) |
Equivalent to val1.swap(val2). More... | |