Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dcontainer_traits.hpp75 struct has_emplace_back_method struct
78 struct dummy
89 static constexpr bool value =
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp379 struct has_emplace_back_method struct
382 struct dummy {};
391 typedef decltype(test<T, dummy>(nullptr)) type;
393 static constexpr bool value =