Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dcontainer_traits.hpp37 inline constexpr bool has_const_iterator_v = has_const_iterator<T>::value; variable
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dtypes.hpp233 struct type_id<T, std::enable_if_t<utility::has_const_iterator_v<T>>> :
H A Dappend.hpp83 T, typename std::enable_if_t<utility::has_const_iterator_v<T>>> :
270 struct append_single<T, std::enable_if_t<utility::has_const_iterator_v<T>>>