Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp1317 struct __mdispatch_ struct
1320 auto operator()(_Ts&&...) const noexcept(noexcept(_Ty{})) -> _Ty in operator ()()
1327 struct __mdispatch_<__placeholder<_Np>, _Offset> struct
1330 auto operator()(_Ts&&... __ts) const noexcept -> decltype(auto) in operator ()()
1338 struct __mdispatch_<__placeholder<_Np>&, _Offset> struct
1341 auto operator()(_Ts&&... __ts) const noexcept -> decltype(auto) in operator ()()
1348 struct __mdispatch_<__placeholder<_Np>&&, _Offset> struct
1351 auto operator()(_Ts&&... __ts) const noexcept -> decltype(auto) in operator ()()
1358 struct __mdispatch_<const __placeholder<_Np>&, _Offset> struct
1361 auto operator()(_Ts&&... __ts) const noexcept -> decltype(auto) in operator ()()
[all …]