Go to the source code of this file.
|
| 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.
|
| |
|
| template<typename Key_t , typename Mapped_t , typename Hash_t , typename Pred_t > |
| void | flow::util::swap (Linked_hash_map< Key_t, Mapped_t, Hash_t, Pred_t > &val1, Linked_hash_map< Key_t, Mapped_t, Hash_t, Pred_t > &val2) |
| | Equivalent to val1.swap(val2). More...
|
| |