MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / size

Method size

dependencies/json/json.hpp:2758–2761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2756 using type = index_sequence;
2757 using value_type = std::size_t;
2758 static constexpr std::size_t size() noexcept
2759 {
2760 return sizeof...(Ints);
2761 }
2762};
2763
2764template<class Sequence1, class Sequence2>

Callers 15

operator<Function · 0.45
from_jsonFunction · 0.45
from_json_array_implFunction · 0.45
constructMethod · 0.45
hashFunction · 0.45
start_objectMethod · 0.45
keyMethod · 0.45
end_objectMethod · 0.45
start_arrayMethod · 0.45
end_arrayMethod · 0.45
handle_valueMethod · 0.45
next_byte_in_rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected