Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dmatch.hpp125 struct match_sender struct
127 using is_sender = void;
130 explicit match_sender(match& m) noexcept : m(m) {}; in match_sender() function
145 match& m;