Searched refs:STDEXEC_IS_CONST (Results 1 – 2 of 2) sorted by relevance
177 if constexpr (STDEXEC_IS_CONST(_Mbr) || STDEXEC_IS_CONST(const _Mbr)) in __invoke_selector()
358 #define STDEXEC_IS_CONST(...) __is_const(__VA_ARGS__) macro360 #define STDEXEC_IS_CONST(...) stdexec::__is_const_<__VA_ARGS__> macro