FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ptr_value()

template<typename T>
fl::uptr fl::WeakPtr< T >::ptr_value ( ) const
inline

Definition at line 229 of file ptr.h.

229 {
231 return val;
232 }
WeakReferent * mWeakPtr
Definition ptr.h:234
To bit_cast(const From &from) noexcept
Definition bit_cast.h:39

References fl::bit_cast(), and mWeakPtr.

+ Here is the call graph for this function: