Gromacs  2026.0-dev-20250113-1a1a8db
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gmx::BuildMDModulesNotifier< CallParameter > Struct Template Reference

#include <gromacs/mdrunutility/mdmodulesnotifier.h>

Description

template<class... CallParameter>
struct gmx::BuildMDModulesNotifier< CallParameter >

Aide to avoid nested MDModulesNotifier definition.

Instead of MDModulesNotifier<CallParameterA, MDModulesNotifier<CallParameterB, etc ... >> this allows to write BuildMDModulesNotifier<CallParameterA, CallParameterB, ...>::type

Template Parameters
CallParameterall the callback types to be registered

The documentation for this struct was generated from the following file: