Gromacs  2024.3
 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<T>::value>
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: