FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ erase() [2/2]

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

Definition at line 77 of file set.h.

77 {
78 if (pos != end()) {
79 data.erase(pos);
80 return true;
81 }
82 return false;
83 }
VectorType data
Definition set.h:150
iterator end()
Definition set.h:29

References data, end(), and pos.

+ Here is the call graph for this function: