Modern Cpp Posted on 2022-01-09 Edited on 2025-10-05 cpp11type traits std::integral_constant wrap a static constant of specified type. Defined in 12template<class T, T v>struct integral_constant;