Home
last modified time | relevance | path

Searched defs:is_object_v (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_object.h32 inline constexpr bool is_object_v = __is_object(_Tp); global() variable
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_object.h26 LIBC_INLINE_VAR constexpr bool is_object_v = is_object<T>::value; global() variable