dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
pair
qt
core
pair
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) extern (
C
++)
struct
pair (
T1
T2
) {
alias
first_type
=
T1
;
alias
second_type
=
T2
;
T1
first
;
T2
second
;
}
Members
Aliases
first_type
alias
first_type
=
T1
Undocumented in source.
second_type
alias
second_type
=
T2
Undocumented in source.
Variables
first
T1
first
;
Undocumented in source.
second
T2
second
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
pair
aliases
QPair
functions
qMakePair
structs
pair