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

◆ erase() [2/2]

template<typename Key, size N>
bool fl::VectorSetFixed< Key, N >::erase ( iterator pos)
inline

Definition at line 109 of file set.h.

109 {
110 if (pos != end()) {
111 data.erase(pos);
112 return true;
113 }
114 return false;
115 }
iterator end()
Definition set.h:40
VectorType data
Definition set.h:169

References data, end(), and pos.

+ Here is the call graph for this function: