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

Method ptr

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

Source from the content-addressed store, hash-verified

42 bool has_value() const FL_NOEXCEPT { return !empty(); } // std::optional compatibility
43 T *ptr() FL_NOEXCEPT { return mValue.template ptr<T>(); }
44 const T *ptr() const FL_NOEXCEPT { return mValue.template ptr<T>(); }
45
46 void reset() FL_NOEXCEPT { mValue.reset(); }
47

Callers 3

rehash_inline_no_resizeFunction · 0.45
operator==Method · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected