Home
last modified time | relevance | path

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

/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);