MCPcopy Create free account
hub / github.com/codeinred/tuplet / C

Class C

test/test_traits.cpp:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75};
76struct C {
77 int value;
78 template <class U>
79 C& operator=(U&& other) {
80 value = other.value;
81 return *this;
82 }
83};
84
85
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected