Google OR-Tools: ortools/base/iterator_adaptors.h Source File
Go to the documentation of this file.
14#ifndef ORTOOLS_BASE_ITERATOR_ADAPTORS_H_
15#define ORTOOLS_BASE_ITERATOR_ADAPTORS_H_
17namespace gtl {
Definition iterator_adaptors.h:20
const_it begin() const
Definition iterator_adaptors.h:25
Container::const_reverse_iterator const_it
Definition iterator_adaptors.h:22
ReverseView(const Container &c)
Definition iterator_adaptors.h:24
const_it end() const
Definition iterator_adaptors.h:26
ReverseView< Container > reversed_view(const Container &c)
Definition iterator_adaptors.h:33