Logo

Programming-Idioms

History of Idiom 170 > diff from v2 to v3

Edit summary for version 3 by programming-idioms.org:
Typo and clarity

Version 2

2018-04-06, 15:11:28

Version 3

2018-04-06, 20:02:24

Idiom #170 Get map size

Set n to the number of elements stored in mymap.

This is may not be equal to the map capacity.

Idiom #170 Get map size

Set n to the number of elements stored in mymap.

This is not always equal to the map capacity.