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

◆ empty()

template<typename Key>
bool fl::VectorSet< Key >::empty ( ) const
inlineconstexpr

Definition at line 315 of file set.h.

315{ return data.empty(); }
VectorType data
Definition set.h:362

References data.