MCPcopy Create free account
hub / github.com/FastLED/FastLED / reset

Method reset

src/fl/stl/shared_ptr.h:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 void reset(shared_ptr&& other) FL_NOEXCEPT {
305 this->swap(other);
306 other.reset();
307 }
308
309 void swap(shared_ptr& other) FL_NOEXCEPT {
310 fl::swap(mPtr, other.mPtr);

Callers 15

createSlabMethod · 0.45
allocator_inlinedClass · 0.45
unordered_map.hFile · 0.45
clearFunction · 0.45
mark_occupiedFunction · 0.45
mark_deletedFunction · 0.45
mark_emptyFunction · 0.45
rehash_internalFunction · 0.45
rehash_inline_no_resizeFunction · 0.45
ifstreamMethod · 0.45
ifstreamClass · 0.45
ofstreamMethod · 0.45

Calls 1

swapMethod · 0.95

Tested by

no test coverage detected