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

Method size

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

Source from the content-addressed store, hash-verified

3313 type_ &operator[](std::size_t index) noexcept { return data_[index]; }
3314 type_ operator[](std::size_t index) const noexcept { return data_[index]; }
3315 std::size_t size() const noexcept { return size_; }
3316};
3317
3318template <typename>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected