Add const versions of begin/end
Summary: `ConcurrentHashMap` provides `cbegin` and `cend`, but they are not suitable for range-based loops. This diff adds const versions of `begin` and `end` that are required for range-based loops. Reviewed By: yfeldblum Differential Revision: D8131142 fbshipit-source-id: b3af164d403c86ddfe4d27aaca293fbc4e2bb9d2
Showing
Please register or sign in to comment