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

Method JsonString

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

Source from the content-addressed store, hash-verified

382 const string &string_value() const override { return m_value; }
383public:
384 explicit JsonString(const string &value) : Value(value) {}
385 explicit JsonString(string &&value) : Value(move(value)) {}
386};
387

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected