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

Method end

Source/external/json.hpp:5261–5264  ·  view source on GitHub ↗

return iterator end (needed for range-based for)

Source from the content-addressed store, hash-verified

5259
5260 /// return iterator end (needed for range-based for)
5261 iteration_proxy_value<IteratorType> end() const noexcept
5262 {
5263 return iteration_proxy_value<IteratorType>(container->end());
5264 }
5265};
5266
5267// Structured Bindings Support

Callers 15

initMethod · 0.80
_toStringFunction · 0.80
decompressLvlStrMethod · 0.80
from_jsonMethod · 0.80
_toStringFunction · 0.80
toggleTimeMethod · 0.80
toggleDifficultyMethod · 0.80
updateMethod · 0.80
processMoveActionsMethod · 0.80
prepareMoveActionsMethod · 0.80
createFromStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected