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

◆ Pair() [2/2]

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:6
Value second
Definition pair.h:7
Definition pair.h:5