MCPcopy 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
881struct NotAssignable {
882 int& x;
883 NotAssignable(int& x) : x(x) {}
884};
885
886TEST(SmallVectorCustomTest, NoAssignTest) {
887 int x = 0;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68