[c++] intptr_t, uintptr_t

숭글·2022년 12월 30일
0

#include <cstdint>

intptr_t, uintptr_t

: Integer type capable of holding a value converted from a void pointer and then be converted back to that type with a value that compares equal to the original pointer.

  • 설명된 것처럼 원래 타입으로 다시 변환될 때 포인터를 저장하는 목적으로 사용된다.
  • 안정적으로 포인터를 저장할 수 있다.
  • INTPTR_MAX, UINTPTR_MAX값으로 각 타입의 최대값을 알 수 있다.
profile
Hi!😁 I'm Soongle. Welcome to my Velog!!!

0개의 댓글