码迷,mamicode.com
首页 > 其他好文 > 详细

qintptr

时间:2021-02-05 10:54:15      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:sys   ntp   unsigned   orm   res   with   signed   system   The   

Integral type for representing pointers in a signed integer (useful for hashing, etc.).

Typedef for either qint32 or qint64. This type is guaranteed to be the same size as a pointer on all platforms supported by Qt. On a system with 32-bit pointers, qintptr is a typedef for qint32; on a system with 64-bit pointers, qintptr is a typedef for qint64.

Note that qintptr is signed. Use quintptr for unsigned values.

qintptr

标签:sys   ntp   unsigned   orm   res   with   signed   system   The   

原文地址:https://www.cnblogs.com/hshy/p/14375452.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!