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

◆ operator>() [2/2]

bool fl::span< T, Extent >::operator> ( const span< T, Extent > & other) const
inline

Definition at line 536 of file span.h.

536 {
537 return other < *this;
538 }