Searched refs:tuple_type_id (Results 1 – 1 of 1) sorted by relevance
126 struct tuple_type_id struct141 inline constexpr auto tuple_type_id_v = tuple_type_id<Chars...>::value;174 std::is_enum_v<T>, tuple_type_id<SD_BUS_TYPE_STRING>, undefined_type_id>182 struct type_id<bool> : tuple_type_id<SD_BUS_TYPE_BOOLEAN>185 struct type_id<uint8_t> : tuple_type_id<SD_BUS_TYPE_BYTE>189 struct type_id<uint16_t> : tuple_type_id<SD_BUS_TYPE_UINT16>192 struct type_id<int16_t> : tuple_type_id<SD_BUS_TYPE_INT16>195 struct type_id<uint32_t> : tuple_type_id<SD_BUS_TYPE_UINT32>198 struct type_id<int32_t> : tuple_type_id<SD_BUS_TYPE_INT32>201 struct type_id<uint64_t> : tuple_type_id<SD_BUS_TYPE_UINT64>[all …]