Searched defs:is_destructible_v (Results 1 – 2 of 2) sorted by relevance
32 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_destructible_v = __is_destructible(_Tp); variable
61 LIBC_INLINE_VAR constexpr bool is_destructible_v = is_destructible<T>::value; global() variable