Gromacs
2026.0-dev-20250207-8469bad
|
#include <climits>
#include <algorithm>
#include <utility>
#include <vector>
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/exceptions.h"
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... | |