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

Class RawTag

src/fl/math/fixed_point/s16x16.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 // Raw constructor for C++11 constexpr from_raw
51 struct RawTag {};
52 constexpr explicit s16x16(i32 raw, RawTag) FL_NOEXCEPT : mValue(raw) {}
53
54 static constexpr FASTLED_FORCE_INLINE s16x16 from_raw(i32 raw) FL_NOEXCEPT {

Callers 1

s16x16.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected