Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ FL_ALIGN_AS_T
Class
FL_ALIGN_AS_T
src/fl/stl/variant.h:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
// A variant that can hold any of N different types
16
template <typename... Types>
17
class FL_ALIGN_AS_T(max_align<Types...>::value) variant {
18
public:
19
using Tag = u8;
20
static constexpr Tag Empty = 0;
Callers
1
variant.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected