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

Method begin

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

Source from the content-addressed store, hash-verified

1832#pragma region Iterators and Element Access
1833
1834 iterator begin() const noexcept { return iterator(start_); }
1835 iterator end() const noexcept { return iterator(start_ + length_); }
1836 const_iterator cbegin() const noexcept { return const_iterator(start_); }
1837 const_iterator cend() const noexcept { return const_iterator(start_ + length_); }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected