Gromacs  2026.0-dev-20241204-d69d709
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
gmx::test::anonymous_namespace{hashedmap.cpp} Namespace Reference

Functions

void checkFinds (const gmx::HashedMap< char > &map, int key, char value)
 Checks that the key is found and if so also checks the value.
 
void checkDoesNotFind (const gmx::HashedMap< char > &map, int key)
 Checks that the key is not found.