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

◆ operator!=() [7/14]

template<typename T, typename Y>
bool fl::operator!= ( const shared_ptr< T > & lhs,
const shared_ptr< Y > & rhs )

Definition at line 462 of file shared_ptr.h.

462 {
463 return lhs.get() != rhs.get();
464}
T * get() const FL_NOEXCEPT
Definition shared_ptr.h:334

References FL_NOEXCEPT.