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

Function swap

src/fl/stl/shared_ptr.h:508–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506// Utility functions
507template<typename T>
508void swap(shared_ptr<T>& lhs, shared_ptr<T>& rhs) FL_NOEXCEPT {
509 lhs.swap(rhs);
510}
511
512// Casts - using aliasing constructor (matches std::shared_ptr behavior)
513template<typename T, typename Y>

Callers 1

swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected