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

浏览源代码.

struct  carla::sensor::CompileTimeTypeMap< Items >
 一个编译时结构,用于映射两种类型。可以通过键或索引查找元素。 更多...
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size >
 空映射的特化,当找不到键时返回该特化 更多...
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size, std::pair< Key, Value >, Rest... >
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size >::get< InKey >
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size, std::pair< Key, Value >, Rest... >::get< InKey >
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size >::get_by_index< Index >
 
struct  carla::sensor::detail::CompileTimeTypeMapImpl< Size, std::pair< Key, Value >, Rest... >::get_by_index< Index >
 

命名空间

namespace  carla
 CARLA模拟器的主命名空间。
 
namespace  carla::sensor
 包含传感器数据相关类和定义的命名空间。
 
namespace  carla::sensor::detail