Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qbytearray_p.h File Reference
#include <QtCore/qbytearray.h>
#include "private/qtools_p.h"
+ Include dependency graph for qbytearray_p.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Variable Documentation

◆ MaxByteArraySize

◆ MaxStringSize

constexpr qsizetype MaxStringSize = (MaxAllocSize - sizeof(std::remove_pointer<QByteArray::DataPointer>::type)) / 2 - 1
constexpr

Definition at line 25 of file qbytearray_p.h.

Referenced by QCborStreamReaderPrivate::readStringChunk_unicode().