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

◆ erase() [2/2]

template<typename Key>
bool fl::VectorSet< Key >::erase ( iterator pos)
inline

Definition at line 304 of file set.h.

304 {
305 if (pos != end()) {
306 data.erase(pos);
307 return true;
308 }
309 return false;
310 }
VectorType data
Definition set.h:362
iterator end()
Definition set.h:238

References data, end(), and pos.

+ Here is the call graph for this function: