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

Method cbegin

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

Const end

Source from the content-addressed store, hash-verified

155 auto begin() const { return _statics.cbegin(); } // Const begin
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

Callers 1

beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected