FastLED
3.9.15
Loading...
Searching...
No Matches
pair.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
fl
{
4
5
template
<
typename
Key,
typename
Value>
6
struct
Pair
{
7
Key
first
=
Key
();
8
Value
second
= Value();
9
Pair
(
const
Key
& k,
const
Value& v) :
first
(k),
second
(v) {}
10
};
11
12
}
// namespace fl
fl
Implements a simple red square effect for 2D LED grids.
Definition
crgb.h:16
Key
Definition
Keyboard.h:22
fl::Pair::Pair
Pair(const Key &k, const Value &v)
Definition
pair.h:9
fl::Pair::first
Key first
Definition
pair.h:7
fl::Pair::second
Value second
Definition
pair.h:8
fl
pair.h
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2