MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / clear

Method clear

libraries/Set/Set.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94void Set::clear()
95{
96 memset(_mem, 0, 32);
97}
98
99
100void Set::invert()

Callers 2

unittestFunction · 0.45
unittestFunction · 0.45

Calls

no outgoing calls

Tested by 2

unittestFunction · 0.36
unittestFunction · 0.36