Searched refs:STDEXEC_IS_CONSTRUCTIBLE (Results 1 – 2 of 2) sorted by relevance
363 #define STDEXEC_IS_CONSTRUCTIBLE(...) __is_constructible(__VA_ARGS__) macro365 #define STDEXEC_IS_CONSTRUCTIBLE(...) std::is_constructible_v<__VA_ARGS__> macro
169 STDEXEC_IS_CONSTRUCTIBLE(_Ty, _As...);