Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ Bitmap
Method
Bitmap
Fleece/Support/Bitmap.hh:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
class Bitmap {
56
public:
57
Bitmap() :Bitmap(0) { }
58
explicit Bitmap(Rep bits) :_bits(bits) { }
59
explicit operator Rep () const {return _bits;}
60
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected