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

Function qcpLessThanSortKey

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

Source from the content-addressed store, hash-verified

2407*/
2408template <class DataType>
2409inline bool qcpLessThanSortKey(const DataType &a, const DataType &b) { return a.sortKey() < b.sortKey(); }
2410
2411template <class DataType>
2412class QCPDataContainer // no QCP_LIB_DECL, template class ends up in header (cpp included below)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected