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 195 of file ptr.h.

195 {
196 return referent_ < other.referent_;
197 }
T * referent_
Definition ptr.h:258
Definition ptr.h:118

References Ptr(), and referent_.

+ Here is the call graph for this function: