Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
977
Q_DECLARE_METATYPE(QCPDataSelection)
978
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected