Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createSlab
Method · 0.45
allocator_inlined
Class · 0.45
unordered_map.h
File · 0.45
clear
Function · 0.45
mark_occupied
Function · 0.45
mark_deleted
Function · 0.45
mark_empty
Function · 0.45
rehash_internal
Function · 0.45
rehash_inline_no_resize
Function · 0.45
ifstream
Method · 0.45
ifstream
Class · 0.45
ofstream
Method · 0.45
Calls
1
swap
Method · 0.95
Tested by
no test coverage detected