MCPcopy Create free account
hub / github.com/M4THYOU/TokenDagger / integer_sequence

Class integer_sequence

src/nlohmann/json.hpp:3122–3129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3120// }
3121template <typename T, T... Ints>
3122struct integer_sequence
3123{
3124 using value_type = T;
3125 static constexpr std::size_t size() noexcept
3126 {
3127 return sizeof...(Ints);
3128 }
3129};
3130
3131// index_sequence
3132//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected