就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 4.8.7
QtCore
QPair
List of All Members for QPair
这是完整成员列表为
QPair
,包括继承的成员。
typedef
first_type
typedef
second_type
QPair
()
QPair
(const T1 &, const T2 &)
first
: T1
second
: T2
operator=
(const QPair<T1, T2> &) : QPair<T1, T2> &