MCPcopy Create free account
hub / github.com/couchbase/fleece / asString

Method asString

API/fleece/slice.hh:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177 explicit operator std::string() const {return std::string((const char*)buf, size);}
178 std::string asString() const {return (std::string)*this;}
179
180 std::string hexString() const;
181

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected