MCPcopy Create free account
hub / github.com/FastLED/FastLED / variant

Function variant

src/fl/stl/variant.h:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 template <typename T, typename = typename fl::enable_if<
27 contains_type<T, Types...>::value>::type>
28 variant(const T &value) FL_NOEXCEPT : _tag(Empty) {
29 construct<T>(value);
30 }
31
32 template <typename T, typename = typename fl::enable_if<
33 contains_type<T, Types...>::value>::type>

Callers 1

variant.hFile · 0.85

Calls 3

copy_construct_fromFunction · 0.85
move_construct_fromFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected