Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qoffsetstringarray_p.h File Reference

(e2bfb451c929f45447812e2d6df8f89becaa9451)

#include "private/qglobal_p.h"
#include <QByteArrayView>
#include <QtCore/q20algorithm.h>
#include <array>
#include <limits>
#include <string_view>
#include <tuple>
+ Include dependency graph for qoffsetstringarray_p.h:

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
 

Function Documentation

◆ qOffsetStringArray()

template<typename Char, int ... Nx>
auto qOffsetStringArray ( const Char(&...strings)[Nx])
constexprnoexcept

Definition at line 149 of file qoffsetstringarray_p.h.