|
Gromacs
2023.4
|
#include <climits>#include <algorithm>#include <utility>#include <vector>#include "gromacs/compat/utility.h"#include "gromacs/utility/basedefinitions.h"#include "gromacs/utility/exceptions.h"
Include dependency graph for hashedmap.h:
This graph shows which files directly or indirectly include this file:Defines structures and functions for mapping from keys to entries indices using a hash table. The functions are performance critical and should be inlined.
Classes | |
| class | gmx::HashedMap< T > |
| Unordered key to value mapping. More... | |
1.8.5