FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator!=()
[5/8]
template<typename T, typename Deleter>
bool fl::operator!=
(
const
unique_ptr
< T, Deleter > &
ptr
,
fl::nullptr_t
)
noexcept
Definition at line
246
of file
unique_ptr.h
.
246
{
247
return
static_cast<
bool
>
(ptr);
248
}
fl
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2