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

#include <qstring.h>

+ Inheritance diagram for QtPrivate::QLatin1StringArg:
+ Collaboration diagram for QtPrivate::QLatin1StringArg:

Public Member Functions

 QLatin1StringArg ()=default
 
constexpr QLatin1StringArg (QLatin1StringView v) noexcept
 

Public Attributes

QLatin1StringView 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 1563 of file qstring.h.

Constructor & Destructor Documentation

◆ QLatin1StringArg() [1/2]

QtPrivate::QLatin1StringArg::QLatin1StringArg ( )
default

◆ QLatin1StringArg() [2/2]

constexpr QtPrivate::QLatin1StringArg::QLatin1StringArg ( QLatin1StringView v)
inlineexplicitconstexprnoexcept

Definition at line 1566 of file qstring.h.

Member Data Documentation

◆ string

QLatin1StringView QtPrivate::QLatin1StringArg::string

Definition at line 1564 of file qstring.h.


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