The .size() function returns a size_t type, which can be considered an unsigned long long when the testing machine is 64-bit.
.size()
size_t
unsigned long long
The
.size()function returns asize_ttype, which can be considered anunsigned long longwhen the testing machine is 64-bit.