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

Method begin

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

Source from the content-addressed store, hash-verified

225 JSONConstWrapper( std::nullptr_t ) {}
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

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected