MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / size

Method size

Source/Utils/json.hpp:2691–2694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2689 using type = index_sequence;
2690 using value_type = std::size_t;
2691 static constexpr std::size_t size() noexcept
2692 {
2693 return sizeof...(Ints);
2694 }
2695 };
2696
2697 template<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