14 #ifndef OR_TOOLS_BASE_ITERATOR_ADAPTORS_H_ 15 #define OR_TOOLS_BASE_ITERATOR_ADAPTORS_H_ 19 template <
class Container>
22 typedef typename Container::const_reverse_iterator
const_it;
32 template <
class Container>
39 #endif // OR_TOOLS_BASE_ITERATOR_ADAPTORS_H_
ReverseView< Container > reversed_view(const Container &c)
Container::const_reverse_iterator const_it
ReverseView(const Container &c)