FastLED 3.9.15
Loading...
Searching...
No Matches
hash_set.h File Reference
#include "fl/hash_map.h"
+ Include dependency graph for hash_set.h:

Go to the source code of this file.

Classes

class  fl::HashSet< Key, Hash, KeyEqual >
 

Namespaces

namespace  fl
 Implements a simple red square effect for 2D LED grids.
 

Typedefs

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
using fl::hash_set = HashSet<Key, Hash, KeyEqual>