MCPcopy Create free account
hub / github.com/PABannier/encodec.cpp / integer_sequence

Class integer_sequence

examples/json.hpp:3116–3123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3114// }
3115template <typename T, T... Ints>
3116struct integer_sequence
3117{
3118 using value_type = T;
3119 static constexpr std::size_t size() noexcept
3120 {
3121 return sizeof...(Ints);
3122 }
3123};
3124
3125// index_sequence
3126//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected