Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resize
Function · 0.85
setCapacity
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected