![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtCore More...
\inmodule QtCore
The QBEInteger class provides platform-independent big-endian integers.
QBEInteger<T> stores an integer value in big-endian byte order, where T specifies the underlying C++ integer type. The template parameter T must be a C++ integer type: \list