Home
last modified time | relevance | path

Searched defs:integer_sequence (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dinteger_sequence.h49 struct _LIBCPP_TEMPLATE_VIS integer_sequence { struct
51 …static_assert(is_integral<_Tp>::value, "std::integer_sequence can only be instantiated with an int… argument
56 using index_sequence = integer_sequence<size_t, _Ip...>; argument