Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qelapsedtimer.cpp File Reference

(199e1a10918732f1928e2a654a33c50200e7fcdb)

#include "qelapsedtimer.h"
+ Include dependency graph for qelapsedtimer.cpp:

Go to the source code of this file.

Functions

bool operator< (const QElapsedTimer &lhs, const QElapsedTimer &rhs) noexcept
 

Variables

static const qint64 invalidData = Q_INT64_C(0x8000000000000000)
 

Function Documentation

◆ operator<()

bool operator< ( const QElapsedTimer & lhs,
const QElapsedTimer & rhs )
noexcept

Definition at line 433 of file qelapsedtimer.cpp.

Variable Documentation

◆ invalidData

const qint64 invalidData = Q_INT64_C(0x8000000000000000)
static

Definition at line 388 of file qelapsedtimer.cpp.

Referenced by QElapsedTimer::invalidate(), and QElapsedTimer::isValid().