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

◆ not_null() [5/6]

template<typename T>
template<typename U>
fl::not_null< T >::not_null ( const not_null< U > & other)
inline

Definition at line 188 of file not_null.h.

188 : mPtr(other.get()) {
189 // No assertion needed - other already guarantees non-null
190 }
constexpr const T & get() const FL_NOEXCEPT
Definition not_null.h:223