Home
last modified time | relevance | path

Searched refs:__is_const_ (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__type_traits.hpp185 inline constexpr bool __is_const_ = false; variable
187 inline constexpr bool __is_const_<const _Up> = true;
H A D__config.hpp348 #define STDEXEC_IS_CONST(...) stdexec::__is_const_<__VA_ARGS__>