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

Method end

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

Source from the content-addressed store, hash-verified

722
723 iterator begin() const noexcept { return {string_view_type(haystack_), matcher_}; }
724 iterator end() const noexcept { return {string_view_type(haystack_.data(), 0ull), matcher_}; }
725 size_type size() const noexcept { return static_cast<size_type>(ssize()); }
726 difference_type ssize() const noexcept { return std::distance(begin(), end()); }
727 bool empty() const noexcept { return begin() == end_sentinel_type {}; }

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected