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

Method get

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

Observers

Source from the content-addressed store, hash-verified

332
333 // Observers
334 T* get() const FL_NOEXCEPT { return mPtr; }
335
336 T& operator*() const FL_NOEXCEPT { return *mPtr; }
337 T* operator->() const FL_NOEXCEPT { return mPtr; }

Callers 9

operator==Function · 0.45
operator!=Function · 0.45
operator<Function · 0.45
operator<=Function · 0.45
operator>Function · 0.45
operator>=Function · 0.45
static_pointer_castFunction · 0.45
const_pointer_castFunction · 0.45
reinterpret_pointer_castFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected