MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator()

Method operator()

tests/fl/stl/vector.cpp:396–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394FL_TEST_CASE("SortedVector") {
395 struct Less {
396 bool operator()(int a, int b) const { return a < b; }
397 };
398
399

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected