Searched refs:__is_const_ (Results 1 – 2 of 2) sorted by relevance
185 inline constexpr bool __is_const_ = false; variable187 inline constexpr bool __is_const_<const _Up> = true;
348 #define STDEXEC_IS_CONST(...) stdexec::__is_const_<__VA_ARGS__>