Gromacs
2025.0-dev-20241014-f673b97
|
#include <gromacs/mdrunutility/mdmodulesnotifier.h>
Template specialization to assemble MDModulesNotifier.
Assembly of MDModulesNotifier is performed by recursively taking off the front of the CallParameter parameter pack and constructing the nested type definition of MDModulesNotifier base classes.
CurrentCallParameter | front of the template parameter pack |
CallParameter | rest of the callback types |
Public Types | |
using | next_type = typename BuildMDModulesNotifier< CallParameter...>::type |
The next type with rest of the arguments with the front parameter removed. | |
using | type = MDModulesNotifier< CurrentCallParameter, next_type > |
The type of the MDModulesNotifier. | |