Gromacs
2022.2
|
#include <gromacs/modularsimulator/modularsimulatorinterfaces.h>
Strong type used to name propagators.
Public Member Functions | |
PropagatorTag (std::string_view name) | |
Explicit constructor. | |
operator const std::string & () const | |
Can be used as string. | |
bool | operator== (const PropagatorTag &other) const |
Equality operator. | |
bool | operator!= (const PropagatorTag &other) const |
Inequality operator. | |