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

Method size

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

Source from the content-addressed store, hash-verified

27 public:
28 size_t capacity() const FLPURE {return _capacity;}
29 size_t size() const FLPURE {return _size;}
30 bool empty() const FLPURE {return _size == 0;}
31
32 /// The maximum size a smallVector can grow to.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected