Gromacs  2025.0-dev-20241014-f673b97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types
gmx::BuildMDModulesNotifier< CurrentCallParameter, CallParameter...> Struct Template Reference

#include <gromacs/mdrunutility/mdmodulesnotifier.h>

Description

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

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.

Template Parameters
CurrentCallParameterfront of the template parameter pack
CallParameterrest 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.
 

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