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

◆ Pair()

template<typename Key, typename Value>
fl::Pair< Key, Value >::Pair ( const Key & k,
const Value & v )
inline

Definition at line 9 of file pair.h.

9: first(k), second(v) {}
Key first
Definition pair.h:7
Value second
Definition pair.h:8
Definition pair.h:6

References first, and second.