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

Method begin

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

Source from the content-addressed store, hash-verified

3309 ~unified_array() noexcept { cudaFree(data_); }
3310
3311 type_ *begin() const noexcept { return data_; }
3312 type_ *end() const noexcept { return data_ + size_; }
3313 type_ &operator[](std::size_t index) noexcept { return data_[index]; }
3314 type_ operator[](std::size_t index) const noexcept { return data_[index]; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected