Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dcontainer_traits.hpp46 struct has_emplace_method struct
49 struct dummy
60 static constexpr bool value =
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp359 struct has_emplace_method struct
362 struct dummy {};
371 typedef decltype(test<T, dummy>(nullptr)) type;
373 static constexpr bool value =