Gromacs  2026.0-dev-20241213-9ac17bb
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gmx::isIntegralConstant< T, Int > Struct Template Reference

#include <gromacs/utility/include/gromacs/utility/typetraits.h>

Inherits false_type.

Description

template<typename T, typename Int = void>
struct gmx::isIntegralConstant< T, Int >

Is true if type is a std::integral_constant.

If the optional integral type is given, than it is only true for a std::integral_constant of that integral type.

Template Parameters
Ttype to check
Intoptional integral type

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