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

Function smallVector

Fleece/Support/SmallVector.hh:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 static constexpr size_t max_size = (1ul<<31) - 1;
31
32 smallVector() noexcept :smallVectorBase(N) { }
33 smallVector(size_t size) :smallVector() {resize(size);}
34
35 template <size_t M>

Callers

nothing calls this directly

Calls 4

resizeFunction · 0.85
setCapacityFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected