#include <CompileTimeTypeMap.h>
Public Types | |
using | key = typename std::conditional< Index==current_index(), Key, typename CompileTimeTypeMapImpl< Size, Rest... >::template get_by_index< Index >::key >::type |
using | type = typename std::conditional< Index==current_index(), Value, typename CompileTimeTypeMapImpl< Size, Rest... >::template get_by_index< Index >::type >::type |
Definition at line 62 of file CompileTimeTypeMap.h.
using carla::sensor::detail::CompileTimeTypeMapImpl< Size, std::pair< Key, Value >, Rest... >::get_by_index< Index >::key = typename std::conditional< Index == current_index(), Key, typename CompileTimeTypeMapImpl<Size, Rest...>::template get_by_index<Index>::key >::type |
Definition at line 73 of file CompileTimeTypeMap.h.
using carla::sensor::detail::CompileTimeTypeMapImpl< Size, std::pair< Key, Value >, Rest... >::get_by_index< Index >::type = typename std::conditional< Index == current_index(), Value, typename CompileTimeTypeMapImpl<Size, Rest...>::template get_by_index<Index>::type >::type |
Definition at line 67 of file CompileTimeTypeMap.h.