qt.core.pair

Undocumented in source.

Members

Aliases

QPair
alias QPair(T1, T2) = pair!(T1, T2)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Functions

qMakePair
QPair!(T1, T2) qMakePair(T1 value1, T2 value2)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

pair
struct pair(T1, T2)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta