#include <boost/iterator/transform_iterator.hpp>
命名空间 | |
namespace | carla |
This file contains definitions of common data structures used in traffic manager. | |
namespace | carla::iterator |
函数 | |
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. | |
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. | |
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. | |
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. | |