#include <CompileTimeTypeMap.h>
Public Types | |
using | type = typename std::conditional< std::is_same< InKey, Key >::value, Value, typename CompileTimeTypeMapImpl< Size, Rest... >::template get< InKey >::type >::type |
Static Public Attributes | |
static constexpr size_t | index |
Definition at line 48 of file CompileTimeTypeMap.h.
using carla::sensor::detail::CompileTimeTypeMapImpl< Size, std::pair< Key, Value >, Rest... >::get< InKey >::type = typename std::conditional< std::is_same<InKey, Key>::value, Value, typename CompileTimeTypeMapImpl<Size, Rest...>::template get<InKey>::type >::type |
Definition at line 53 of file CompileTimeTypeMap.h.
|
static |
Definition at line 54 of file CompileTimeTypeMap.h.