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

◆ erase() [2/2]

template<typename Key, typename Allocator = fl::allocator<Key>>
bool fl::VectorSet< Key, Allocator >::erase ( iterator pos)
inline

Definition at line 245 of file set.h.

245 {
246 if (pos != end()) {
247 data.erase(pos);
248 return true;
249 }
250 return false;
251 }
VectorType data
Definition set.h:273
iterator end()
Definition set.h:182

References data, end(), and pos.

+ Here is the call graph for this function: