Home
last modified time | relevance | path

Searched defs:STDEXEC_IS_CONSTRUCTIBLE (Results 1 – 1 of 1) 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