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
QtPipeWire::StrongIdType< T, Tag > Struct Template Reference

#include <qpipewire_support_p.h>

Collaboration diagram for QtPipeWire::StrongIdType< T, Tag >:

Public Member Functions

 StrongIdType (T arg)

Public Attributes

value

Friends

QDebug operator<< (QDebug dbg, const StrongIdType &self)
bool comparesEqual (const StrongIdType &lhs, const StrongIdType &rhs) noexcept
Qt::strong_ordering compareThreeWay (const StrongIdType &lhs, const StrongIdType &rhs) noexcept

Detailed Description

template<typename T, typename Tag>
struct QtPipeWire::StrongIdType< T, Tag >

Definition at line 86 of file qpipewire_support_p.h.

Constructor & Destructor Documentation

◆ StrongIdType()

template<typename T, typename Tag>
QtPipeWire::StrongIdType< T, Tag >::StrongIdType ( T arg)
inlineexplicit

Definition at line 88 of file qpipewire_support_p.h.

◆ comparesEqual

template<typename T, typename Tag>
bool comparesEqual ( const StrongIdType< T, Tag > & lhs,
const StrongIdType< T, Tag > & rhs )
friend

Definition at line 96 of file qpipewire_support_p.h.

◆ compareThreeWay

template<typename T, typename Tag>
Qt::strong_ordering compareThreeWay ( const StrongIdType< T, Tag > & lhs,
const StrongIdType< T, Tag > & rhs )
friend

Definition at line 101 of file qpipewire_support_p.h.

◆ operator<<

template<typename T, typename Tag>
QDebug operator<< ( QDebug dbg,
const StrongIdType< T, Tag > & self )
friend

Definition at line 91 of file qpipewire_support_p.h.

Member Data Documentation

◆ value


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