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::QStringViewArg Struct Reference

#include <qstring.h>

+ Inheritance diagram for QtPrivate::QStringViewArg:
+ Collaboration diagram for QtPrivate::QStringViewArg:

Public Member Functions

 QStringViewArg ()=default
 
constexpr QStringViewArg (QStringView v) noexcept
 

Public Attributes

QStringView 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 , U8 , U16 }
 

Detailed Description

Definition at line 1557 of file qstring.h.

Constructor & Destructor Documentation

◆ QStringViewArg() [1/2]

QtPrivate::QStringViewArg::QStringViewArg ( )
default

◆ QStringViewArg() [2/2]

constexpr QtPrivate::QStringViewArg::QStringViewArg ( QStringView v)
inlineexplicitconstexprnoexcept

Definition at line 1560 of file qstring.h.

Member Data Documentation

◆ string

QStringView QtPrivate::QStringViewArg::string

Definition at line 1558 of file qstring.h.


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