Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp65 struct get_first_arg struct
67 using type = void;
71 struct get_first_arg<std::tuple<FirstArg, Rest...>> struct
73 using type = FirstArg;