Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dcontainer_traits.hpp18 struct has_const_iterator struct
37 inline constexpr bool has_const_iterator_v = has_const_iterator<T>::value;
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp222 struct has_const_iterator { struct
244 typename std::enable_if<has_const_iterator<Container>::value &&
H A Dmessage.hpp154 typename std::enable_if<has_const_iterator<Container>::value &&