Use cbegin and cend in static reflection container traits
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 24 Aug 2016 21:25:31 +0000 (14:25 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 24 Aug 2016 21:38:27 +0000 (14:38 -0700)
commitaad1a0c5cb6c50d0770a3870d754e36e9684a9da
treed2eb34799811e436a4d68357e86c8c7a7550b639
parentdb014c85124f168523d7272ce57fc931c543671f
Use cbegin and cend in static reflection container traits

Summary:
[Thrift] Use `cbegin` and `cend` in static reflection container traits.

These are functions that all the C++ standard library containers have.

And add the two methods to `folly::sorted_vector_set` and `folly::sorted_vector_map`.

Reviewed By: juchem

Differential Revision: D3763187

fbshipit-source-id: 9d467a1cf391206eba671f454da428323c4a566a
folly/sorted_vector_types.h