MCPcopy Create free account
hub / github.com/Compaile/ctrack / cmp_simple_event_by_duration_asc

Function cmp_simple_event_by_duration_asc

include/ctrack.hpp:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 };
454
455 inline bool cmp_simple_event_by_duration_asc(const Simple_Event &a, const Simple_Event &b)
456 {
457 return a.duration < b.duration;
458 }
459 inline bool cmp_simple_event_by_start_time_asc(const Simple_Event &a, const Simple_Event &b)
460 {
461 return a.start_time < b.start_time;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected