Searched defs:integer_sequence (Results 1 – 4 of 4) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS integer_sequence struct28 "std::integer_sequence can only be instantiated with an integral type" ); argument37 using index_sequence = integer_sequence<size_t, _Ip...>; argument
11 template<typename T, T ...V> struct integer_sequence {}; struct
152 template<typename T, T...N> struct integer_sequence { typedef T value_type; }; struct
207 template <class _Tp, _Tp...> struct integer_sequence {}; struct