Home
last modified time | relevance | path

Searched refs:STDEXEC_IS_BASE_OF (Results 1 – 6 of 6) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__utility.hpp146 static_assert(STDEXEC_IS_BASE_OF(_Tp, __decay_t<_Up>)); in __c_upcast()
157 static_assert(STDEXEC_IS_BASE_OF(__decay_t<_Up>, _Tp)); in __c_downcast()
H A D__config.hpp332 #define STDEXEC_IS_BASE_OF(...) __is_base_of(__VA_ARGS__) macro
334 #define STDEXEC_IS_BASE_OF(...) std::is_base_of_v<__VA_ARGS__> macro
H A D__receivers.hpp154 || STDEXEC_IS_BASE_OF(receiver_t,
H A D__concepts.hpp123 STDEXEC_IS_BASE_OF(_Bp, _Ap) && //
H A D__meta.hpp1440 concept __mset_contains = (STDEXEC_IS_BASE_OF(__mtype<_Ty>, _Set) && ...);
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp178 if constexpr (STDEXEC_IS_BASE_OF(_Class, _Ty)) in __invoke_selector()
194 if constexpr (STDEXEC_IS_BASE_OF(_Class, _Ty)) in __invoke_selector()