Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectorDB-NTU/RaBitQ-Library
/ Array
Method
Array
include/rabitqlib/utils/array.hpp:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
using const_reference = const T&;
72
73
Array() = default;
74
75
explicit Array(Dims dims, const Alloc& allocator)
76
: dims_(std::move(dims)), allocator_(allocator) {
Callers
nothing calls this directly
Calls
1
size
Function · 0.70
Tested by
no test coverage detected