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

Method size

Source/external/json.hpp:3109–3112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

addObjectMethod · 0.80
loadLevelMethod · 0.80
initMethod · 0.80
updateVisibilityMethod · 0.80
checkCollisionsMethod · 0.80
onDrawImGuiMethod · 0.80
resetLevelMethod · 0.80
exitMethod · 0.80
createWithResponseMethod · 0.80
initMethod · 0.80
triggerActivatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected