Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::QContainerImplHelper Struct Reference

#include <qarraydata.h>

+ Collaboration diagram for QtPrivate::QContainerImplHelper:

Public Types

enum  CutResult { Null , Empty , Full , Subset }
 

Static Public Member Functions

static constexpr CutResult mid (qsizetype originalLength, qsizetype *_position, qsizetype *_length)
 

Detailed Description

Definition at line 182 of file qarraydata.h.

Member Enumeration Documentation

◆ CutResult

Enumerator
Null 
Empty 
Full 
Subset 

Definition at line 184 of file qarraydata.h.

Member Function Documentation

◆ mid()

static constexpr CutResult QtPrivate::QContainerImplHelper::mid ( qsizetype originalLength,
qsizetype * _position,
qsizetype * _length )
inlinestaticconstexpr

Definition at line 185 of file qarraydata.h.

References Empty, Null, and position().

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: