Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Dis_scalar.h33 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_scalar_v = __is_scalar(_Tp); variable
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_scalar.h28 LIBC_INLINE_VAR constexpr bool is_scalar_v = is_scalar<T>::value; global() variable