Searched defs:integer_sequence (Results 1 – 1 of 1) sorted by relevance
49 struct _LIBCPP_TEMPLATE_VIS integer_sequence { struct51 …static_assert(is_integral<_Tp>::value, "std::integer_sequence can only be instantiated with an int… argument56 using index_sequence = integer_sequence<size_t, _Ip...>; argument