#include "carla/ListView.h"
#include "carla/NonCopyable.h"
#include <iterator>
#include <memory>
#include <vector>
#include <algorithm>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | carla::road::RoadElementSet< T >::LessComp |
class | carla::road::RoadElementSet< T > |
A set of elements ordered by its position on the road. More... | |
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
carla::road | |