Searched defs:STDEXEC_IS_CONSTRUCTIBLE (Results 1 – 1 of 1) sorted by relevance
363 #define STDEXEC_IS_CONSTRUCTIBLE(...) __is_constructible(__VA_ARGS__) macro365 #define STDEXEC_IS_CONSTRUCTIBLE(...) std::is_constructible_v<__VA_ARGS__> macro