Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ ConstantVector
Method
ConstantVector
bolt/vector/ConstantVector.h:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
class ConstantVector final : public SimpleVector<T> {
52
public:
53
ConstantVector(const ConstantVector&) = delete;
54
ConstantVector& operator=(const ConstantVector&) = delete;
55
56
static constexpr bool can_simd =
Callers
nothing calls this directly
Calls
8
setAll
Function · 0.85
str
Method · 0.80
has_value
Method · 0.80
create
Function · 0.70
size
Method · 0.45
setNull
Method · 0.45
type
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected