FastLED 3.9.7
Loading...
Searching...
No Matches
fl::Pair< Key, Value > Struct Template Reference

Detailed Description

template<typename Key, typename Value>
struct fl::Pair< Key, Value >

Definition at line 6 of file pair.h.

Public Member Functions

 Pair (const Key &k, const Value &v)
 

Public Attributes

Key first = Key()
 
Value second = Value()
 

Constructor & Destructor Documentation

◆ 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.

Member Data Documentation

◆ first

template<typename Key , typename Value >
Key fl::Pair< Key, Value >::first = Key()

Definition at line 7 of file pair.h.

◆ second

template<typename Key , typename Value >
Value fl::Pair< Key, Value >::second = Value()

Definition at line 8 of file pair.h.


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