![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "private/qglobal_p.h"
#include <QByteArrayView>
#include <QtCore/q20algorithm.h>
#include <array>
#include <limits>
#include <string_view>
#include <tuple>
Go to the source code of this file.
Classes | |
class | QOffsetStringArray< StaticString, OffsetList > |
Namespaces | |
namespace | QtPrivate |
Functions | |
template<size_t Highest> | |
constexpr auto | QtPrivate::minifyValue () |
template<typename Char, int... Nx> | |
constexpr auto | QtPrivate::makeOffsetStringArray (const Char(&...entries)[Nx]) |
template<typename Char, int ... Nx> | |
constexpr auto | qOffsetStringArray (const Char(&...strings)[Nx]) noexcept |
|
constexprnoexcept |
Definition at line 149 of file qoffsetstringarray_p.h.