Skip to main content
markup
Source Link
mk12
  • 26.5k
  • 34
  • 101
  • 141

size_tsize_t is often a good choice for this, or size_typesize_type if you're using an STL class.

size_t is often a good choice for this, or size_type if you're using an STL class.

size_t is often a good choice for this, or size_type if you're using an STL class.

Source Link
Mark Harrison
  • 306k
  • 132
  • 355
  • 498

size_t is often a good choice for this, or size_type if you're using an STL class.