Go to the source code of this file.
Classes | |
class | carla::ListView< IT > |
A view over a range of elements in a container. More... | |
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
Functions | |
template<typename Iterator > | |
static auto | carla::MakeListView (Iterator begin, Iterator end) |
template<typename Container > | |
static auto | carla::MakeListView (Container &c) |