What size_t that?

In the compiler 32 can be seen as size_t unsigned int;

In the compiler 64 can be seen as size_t unsigned long long;

Sizeof returned on the data type is size_t.

C++之size_t

Guess you like

Origin www.cnblogs.com/InductiveSorting-QYF/p/11028718.html