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::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 , Any , U16 }

Detailed Description

Definition at line 1717 of file qstring.h.

Constructor & Destructor Documentation

◆ QLatin1StringArg() [1/2]

QtPrivate::QLatin1StringArg::QLatin1StringArg ( )
default

◆ QLatin1StringArg() [2/2]

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

Definition at line 1720 of file qstring.h.

References QtPrivate::ArgBase::L1.

Member Data Documentation

◆ string

QLatin1StringView QtPrivate::QLatin1StringArg::string

Definition at line 1718 of file qstring.h.


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