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

Method end

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

Source from the content-addressed store, hash-verified

226
227 typename Container::const_iterator begin() const { return object ? object->begin() : typename Container::const_iterator(); }
228 typename Container::const_iterator end() const { return object ? object->end() : typename Container::const_iterator(); }
229 };
230
231 JSON() = default;

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected