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
QtPrivate::QAnyStringArg Struct Reference

#include <qstring.h>

Inheritance diagram for QtPrivate::QAnyStringArg:
Collaboration diagram for QtPrivate::QAnyStringArg:

Public Member Functions

 QAnyStringArg ()=default
constexpr QAnyStringArg (QAnyStringView v) noexcept

Public Attributes

QAnyStringView string
Public Attributes inherited from QtPrivate::ArgBase
enum QtPrivate::ArgBase::Tag tag

Additional Inherited Members

Public Types inherited from QtPrivate::ArgBase
enum  Tag : uchar { L1 , Any , U16 }

Detailed Description

Definition at line 1723 of file qstring.h.

Constructor & Destructor Documentation

◆ QAnyStringArg() [1/2]

QtPrivate::QAnyStringArg::QAnyStringArg ( )
default

◆ QAnyStringArg() [2/2]

QtPrivate::QAnyStringArg::QAnyStringArg ( QAnyStringView v)
inlineexplicitconstexprnoexcept

Definition at line 1726 of file qstring.h.

References QtPrivate::ArgBase::Any.

Member Data Documentation

◆ string

QAnyStringView QtPrivate::QAnyStringArg::string

Definition at line 1724 of file qstring.h.


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