MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / lessThanDataRangeBegin

Function lessThanDataRangeBegin

qcustomplot/qcustomplot.h:975–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973 QList<QCPDataRange> mDataRanges;
974
975 inline static bool lessThanDataRangeBegin(const QCPDataRange &a, const QCPDataRange &b) { return a.begin() < b.begin(); }
976};
977Q_DECLARE_METATYPE(QCPDataSelection)
978

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected