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

Method JSONWrapper

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

Source from the content-addressed store, hash-verified

208
209 public:
210 JSONWrapper( Container *val ) : object( val ) {}
211 JSONWrapper( std::nullptr_t ) {}
212
213 typename Container::iterator begin() { return object ? object->begin() : typename Container::iterator(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected