Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ NotAssignable
Class
NotAssignable
dnn/test/common/small_vector.cpp:881–884 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
879
}
880
881
struct NotAssignable {
882
int& x;
883
NotAssignable(int& x) : x(x) {}
884
};
885
886
TEST(SmallVectorCustomTest, NoAssignTest) {
887
int x = 0;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68