MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / cend

Method cend

include/stringzilla/stringzilla.hpp:2896–2896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2894 iterator end() noexcept sz_lifetime_bound_ { return span().end(); }
2895 const_iterator end() const noexcept sz_lifetime_bound_ { return view().end(); }
2896 const_iterator cend() const noexcept sz_lifetime_bound_ { return view().end(); }
2897
2898 reverse_iterator rbegin() noexcept sz_lifetime_bound_ { return span().rbegin(); }
2899 const_reverse_iterator rbegin() const noexcept sz_lifetime_bound_ { return view().rbegin(); }

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected