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

◆ begin() [2/2]

template<typename Key, typename Allocator = fl::allocator<Key>>
const_iterator fl::VectorSet< Key, Allocator >::begin ( ) const
inline

Definition at line 183 of file set.h.

183{ return data.begin(); }
VectorType data
Definition set.h:273

References data.