![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qbytearray.h>
#include "private/qtools_p.h"
Go to the source code of this file.
Variables | |
QT_BEGIN_NAMESPACE constexpr qsizetype | MaxByteArraySize = MaxAllocSize - sizeof(std::remove_pointer<QByteArray::DataPointer>::type) - 1 |
constexpr qsizetype | MaxStringSize = (MaxAllocSize - sizeof(std::remove_pointer<QByteArray::DataPointer>::type)) / 2 - 1 |
|
constexpr |
Definition at line 24 of file qbytearray_p.h.
Referenced by QSctpSocketPrivate::canReadNotification(), QRingBuffer::chop(), QRingBuffer::free(), QIODevice::readAll(), QIODevice::readLine(), QCborStreamReaderPrivate::readStringChunk_byte(), QRingBuffer::reserve(), and QRingBuffer::reserveFront().
|
constexpr |
Definition at line 25 of file qbytearray_p.h.
Referenced by QCborStreamReaderPrivate::readStringChunk_unicode().