Home
last modified time | relevance | path

Searched refs:__noexcept_of (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__basic_sender.hpp539 noexcept(__noexcept_of<__impl<_Self>::connect, _Self, _Receiver>) // in connect()
H A D__meta.hpp961 inline constexpr bool __noexcept_of = noexcept(_Fun(__declval<_As>()...)); variable