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

Function asBitmap

Fleece/Support/Bitmap.hh:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 /** Utility function for constructing a Bitmap from an integer. */
89 template <class Rep>
90 inline Bitmap<Rep> asBitmap(Rep bits) {return Bitmap<Rep>(bits);}
91
92 template <class Rep>
93 constexpr unsigned Bitmap<Rep>::capacity;

Callers 4

hasChildMethod · 0.85
childCountMethod · 0.85
childForBitNumberMethod · 0.85
mutableCopyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected