MCPcopy Create free account
hub / github.com/bytedance/bolt / RowVector

Method RowVector

bolt/vector/ComplexVector.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51class RowVector : public BaseVector {
52 public:
53 RowVector(const RowVector&) = delete;
54 RowVector& operator=(const RowVector&) = delete;
55
56 RowVector(

Callers

nothing calls this directly

Calls 7

kindEqualsMethod · 0.80
childAtMethod · 0.80
sizeMethod · 0.45
getMethod · 0.45
typeMethod · 0.45
toStringMethod · 0.45
nameOfMethod · 0.45

Tested by

no test coverage detected