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

Class Less

src/fl/video/frame_interpolator.h:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class FrameInterpolator {
19 public:
20 struct Less {
21 bool operator()(fl::u32 a, fl::u32 b) const { return a < b; }
22 };
23 typedef fl::flat_map<fl::u32, FramePtr, Less> FrameBuffer;
24 FrameInterpolator(size_t nframes, float fpsVideo);
25

Callers 2

lowestMethod · 0.50
highestMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected