Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__config.hpp363 #define STDEXEC_IS_CONSTRUCTIBLE(...) __is_constructible(__VA_ARGS__) macro
365 #define STDEXEC_IS_CONSTRUCTIBLE(...) std::is_constructible_v<__VA_ARGS__> macro
H A D__concepts.hpp169 STDEXEC_IS_CONSTRUCTIBLE(_Ty, _As...);