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