MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / swap

Method swap

src/common/enum_array.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 using parent_t::fill;
72
73 void swap(self &other) {
74 parent_t::swap(static_cast<parent_t &>(other));
75 }
76
77 friend bool operator==(const self &lhs, const self &rhs) {
78 return static_cast<const parent_t &>(lhs) ==

Callers 4

uniqlistFunction · 0.80
swapFunction · 0.80
testGroupEndedMethod · 0.80
testRunEndedMethod · 0.80

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected