Qt 6.x
The Qt SDK
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 1423 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 1426 of file qstring.h.

References QtPrivate::ArgBase::L1.

Member Data Documentation

◆ string

QLatin1StringView QtPrivate::QLatin1StringArg::string

Definition at line 1424 of file qstring.h.


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