#include <boost/iterator/transform_iterator.hpp>
Go to the source code of this file.
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
carla::iterator | |
Functions | |
template<typename It > | |
static auto | carla::iterator::make_map_keys_const_iterator (It it) |
Creates an iterator over const references to the keys of a map. More... | |
template<typename It > | |
static auto | carla::iterator::make_map_keys_iterator (It it) |
Creates an iterator over non-const references to the keys of a map. More... | |
template<typename It > | |
static auto | carla::iterator::make_map_values_const_iterator (It it) |
Creates an iterator over const references to the values of a map. More... | |
template<typename It > | |
static auto | carla::iterator::make_map_values_iterator (It it) |
Creates an iterator over non-const references to the values of a map. More... | |