MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / sort

Method sort

3rdparty/qcustomplot/qcustomplot.h:3059–3062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3057*/
3058template <class DataType>
3059void QCPDataContainer<DataType>::sort()
3060{
3061 std::sort(begin(), end(), qcpLessThanSortKey<DataType>);
3062}
3063
3064/*!
3065 Frees all unused memory that is currently in the preallocation and postallocation pools.

Callers

nothing calls this directly

Calls 2

beginFunction · 0.85
endFunction · 0.85

Tested by

no test coverage detected