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

◆ operator<()

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

Definition at line 166 of file ptr.h.

166{ return referent_ < other.referent_; }
T * referent_
Definition ptr.h:184
Definition ptr.h:114

References Ptr(), and referent_.

+ Here is the call graph for this function: