Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_arithmetic.h25 LIBC_INLINE_VAR constexpr bool is_arithmetic_v = is_arithmetic<T>::value; variable
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_arithmetic.h29 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_arithmetic_v = is_arithmetic<_Tp>::value; variable