Gromacs  2026.0-dev-20250113-1a1a8db
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Static Public Attributes
gmx::IsSerializableEnum< T, bool > Struct Template Reference

#include <gromacs/mdtypes/checkpointdata.h>

Description

template<typename T, bool = std::is_enum_v<T>>
struct gmx::IsSerializableEnum< T, bool >

Struct allowing to check if enum has a serializable underlying type.

{

Static Public Attributes

static bool const value = IsSerializableType<std::underlying_type_t<T>>::value
 

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