MCPcopy Create free account
hub / github.com/couchbase/fleece / operator=

Method operator=

API/fleece/Mutable.hh:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 keyref(Collection &coll, Key key) :Value(coll.get(key)), _coll(coll), _key(key) { }
60 template <class T>
61 void operator= (const keyref &ref) {_coll.set(_key, ref);}
62 template <class T>
63 void operator= (const T &value) {_coll.set(_key, value);}
64 void setData(slice value) {_coll.set(_key).setData(value);}

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected