Home
last modified time | relevance | path

Searched refs:type_id_single (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/message/
H A Dtypes.hpp149 constexpr auto type_id_single();
276 constexpr auto type_id_single() in type_id_single() function
286 return std::tuple_cat(type_id_single<T>(), type_id_single<Args>()...); in type_id_multiple()