CARLA
 
载入中...
搜索中...
未找到
命名空间 | 函数
Iterator.h 文件参考
#include <boost/iterator/transform_iterator.hpp>
+ Iterator.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

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.