FastLED 3.9.15
Loading...
Searching...
No Matches
fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::Entry Struct Reference

Detailed Description

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
struct fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::Entry

Definition at line 317 of file hash_map.h.

+ Collaboration diagram for fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::Entry:

Public Member Functions

void swap (Entry &other)
 

Public Attributes

Key key
 
value
 

The documentation for this struct was generated from the following file: