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

Function begin

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

Source from the content-addressed store, hash-verified

122 using const_iterator = const T*;
123
124 iterator begin() FLPURE {return &_get(0);}
125 iterator end() FLPURE {return &_get(_size);}
126 const_iterator begin() const FLPURE {return &_get(0);}
127 const_iterator end() const FLPURE {return &_get(_size);}

Callers 5

endMethod · 0.85
~smallVectorFunction · 0.85
SmallVector.hhFile · 0.85
insertFunction · 0.85
eraseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected