mapbox / geometry.hpp

C++ geometry types
ISC License
95 stars 37 forks source link

Expose size_type from geometry containers #57

Closed brunoabinader closed 6 years ago

brunoabinader commented 6 years ago

Assuming we're dealing with STL containers, size_type forwards the underlying container size type, to be used in e.g. for loops.