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 111 of file set.h.

111 {
112 if (pos != end()) {
113 data.erase(pos);
114 return true;
115 }
116 return false;
117 }
iterator end()
Definition set.h:42
VectorType data
Definition set.h:201

References data, end(), and pos.

+ Here is the call graph for this function: