MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / JsonArray

Method JsonArray

tests/autotester/json11.hpp:392–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 const Json & operator[](size_t i) const override;
391public:
392 explicit JsonArray(const Json::array &value) : Value(value) {}
393 explicit JsonArray(Json::array &&value) : Value(move(value)) {}
394};
395

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected