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

Method end

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

Source from the content-addressed store, hash-verified

2893 // and `sz_string_unpack` is faster than separate invocations.
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(); }

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected