0%

Modern Cpp

cpp11

type traits

  • std::integral_constant

    wrap a static constant of specified type. Defined in

    1
    2
    template<class T, T v>
    struct integral_constant;