MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / begin

Method begin

include/chaiscript/utility/json.hpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 auto begin() const {
66 return data.begin();
67 }
68
69 auto end() const {
70 return data.end();

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected