Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ operator=
Method
operator=
API/fleece/Fleece.hh:508–508 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
506
keyref(Encoder &enc, slice key) :_enc(enc), _key(key) { }
507
template <class T>
508
inline void operator= (T value) {_enc.writeKey(_key); _enc << value;}
509
private:
510
Encoder &_enc;
511
slice _key;
Callers
nothing calls this directly
Calls
1
writeKey
Method · 0.45
Tested by
no test coverage detected