MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator->

Method operator->

src/fl/stl/optional.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 T& operator*() FL_NOEXCEPT { return *ptr(); }
107 const T& operator*() const FL_NOEXCEPT { return *ptr(); }
108 T* operator->() FL_NOEXCEPT { return ptr(); }
109 const T* operator->() const FL_NOEXCEPT { return ptr(); }
110
111 // value() method for std::optional compatibility

Callers

nothing calls this directly

Calls 1

ptrFunction · 0.85

Tested by

no test coverage detected