Home
last modified time | relevance | path

Searched defs:has_const_iterator (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dcontainer_traits.hpp18 struct has_const_iterator struct
21 typedef char yes;
23 {
25 } no;
33 static constexpr bool value = sizeof(test<T>(nullptr)) == sizeof(yes);
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp222 struct has_const_iterator { struct
224 typedef char yes;
225 typedef struct { char array[2]; } no;
233 static constexpr bool value = sizeof(test<T>(0)) == sizeof(yes);