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

◆ erase() [2/2]

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

Definition at line 68 of file set.h.

68 {
69 if (pos != end()) {
70 data.erase(pos);
71 return true;
72 }
73 return false;
74 }
VectorType data
Definition set.h:128
iterator end()
Definition set.h:26

References data, end(), and pos.

+ Here is the call graph for this function: