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

Method smallVectorBase

Fleece/Support/SmallVectorBase.hh:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 protected:
36 smallVectorBase() noexcept { }
37 smallVectorBase(uint32_t cap) noexcept :_isBig(false), _size(0), _capacity(cap) { }
38
39 ~smallVectorBase() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected