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

◆ operator>()

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

Definition at line 770 of file deque.h.

770 {
771 return other < *this;
772 }