MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / operator<<

Function operator<<

3rdparty/qcustomplot/qcustomplot.h:505–509  ·  view source on GitHub ↗

! \relates QCPVector2D Prints \a vec in a human readable format to the qDebug output. */

Source from the content-addressed store, hash-verified

503 Prints \a vec in a human readable format to the qDebug output.
504*/
505inline QDebug operator<< (QDebug d, const QCPVector2D &vec)
506{
507 d.nospace() << "QCPVector2D(" << vec.x() << ", " << vec.y() << ")";
508 return d.space();
509}
510
511/* end of 'src/vector2d.h' */
512

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
dataRangeMethod · 0.45

Tested by

no test coverage detected