MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / cend

Method cend

TombEngine/Game/Setup.h:158–158  ·  view source on GitHub ↗

Explicit const begin

Source from the content-addressed store, hash-verified

156 auto end() const { return _statics.cend(); } // Const end
157 auto cbegin() const { return _statics.cbegin(); } // Explicit const begin
158 auto cend() const { return _statics.cend(); } // Explicit const end
159};
160
161extern ObjectHandler Objects;

Callers 1

endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected