Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__utility/
H A Dinteger_sequence.h27 struct _LIBCPP_TEMPLATE_VIS integer_sequence struct
31 "std::integer_sequence can only be instantiated with an integral type" ); argument
40 using index_sequence = integer_sequence<size_t, _Ip...>; argument