Gromacs
2026.0-dev-20241213-9ac17bb
|
#include <gromacs/utility/include/gromacs/utility/typetraits.h>
Inherits false_type.
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.
T | type to check |
Int | optional integral type |