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

Method end

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

Source from the content-addressed store, hash-verified

6996
6997 type_ *begin() const noexcept { return data_; }
6998 type_ *end() const noexcept { return data_ + size_; }
6999 type_ &operator[](std::size_t idx) noexcept { return data_[idx]; }
7000 type_ operator[](std::size_t idx) const noexcept { return data_[idx]; }
7001 std::size_t size() const noexcept { return size_; }

Callers 15

sortingFunction · 0.45
sorting_with_executorsFunction · 0.45
sorting_with_openmpFunction · 0.45
sorting_with_thrustFunction · 0.45
sorting_with_cubFunction · 0.45
recursion_costFunction · 0.45
cache_misses_costFunction · 0.45
cblas_topsFunction · 0.45
cublas_topsFunction · 0.45
cublaslt_topsFunction · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected