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

Method is_last

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

Source from the content-addressed store, hash-verified

835 bool operator!=(end_sentinel_type) const noexcept { return start_ <= end_; }
836 bool operator==(end_sentinel_type) const noexcept { return start_ > end_; }
837 bool is_last() const noexcept { return start_ + match_length_ == end_; }
838 };
839
840 iterator begin() const noexcept { return {string_view_type(haystack_), matcher_}; }

Callers 1

try_replace_all_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected