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

◆ operator==() [1/2]

template<typename T>
bool fl::Ptr< T >::operator== ( const Ptr< T > & other) const
inline

Definition at line 173 of file ptr.h.

173 {
174 return referent_ == other.referent_;
175 }
T * referent_
Definition ptr.h:243
Definition ptr.h:102

References Ptr(), and referent_.

+ Here is the call graph for this function: