Gromacs
2022-beta1
|
#include <climits>
#include <algorithm>
#include <utility>
#include <vector>
#include "gromacs/compat/utility.h"
#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... | |