MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / integer_sequence

Class integer_sequence

Source/external/json.hpp:3106–3113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3104// }
3105template <typename T, T... Ints>
3106struct integer_sequence
3107{
3108 using value_type = T;
3109 static constexpr std::size_t size() noexcept
3110 {
3111 return sizeof...(Ints);
3112 }
3113};
3114
3115// index_sequence
3116//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected