Logo

Programming-Idioms

History of Idiom 170 > diff from v1 to v2

Edit summary for version 2 by programming-idioms.org:
Linked to idiom #117 [Get list size]

Version 1

2018-04-06, 15:10:37

Version 2

2018-04-06, 15:11:28

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 may not be equal to the map capacity.