Home
last modified time | relevance | path

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

/openbmc/sdbusplus/test/utility/
H A Dtype_traits.cpp12 using sdbusplus::utility::array_to_ptr_t;
17 static_assert(is_same_v<char, array_to_ptr_t<char, char>>, in TEST()
20 static_assert(is_same_v<char*, array_to_ptr_t<char, char*>>, in TEST()
23 static_assert(is_same_v<char*, array_to_ptr_t<char, char[100]>>, in TEST()
26 static_assert(is_same_v<char[100], array_to_ptr_t<int, char[100]>>, in TEST()
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dtypes.hpp71 using type = std::pair<utility::array_to_ptr_t<
78 using type = std::tuple<utility::array_to_ptr_t<
97 using type = utility::array_to_ptr_t<
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp27 using array_to_ptr_t = typename std::conditional_t< typedef