MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / end

Method end

less_slow.cpp:418–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416
417 type_ *begin() const noexcept { return data_; }
418 type_ *end() const noexcept { return data_ + size_; }
419 type_ &operator[](std::size_t index) noexcept { return data_[index]; }
420 type_ operator[](std::size_t index) const noexcept { return data_[index]; }
421};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected