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