bsl::is_arithmetic_v

This template variable represents the result value of the bsl::is_arithmetic meta-function.

Synopsis

Declared in <bslmf_isarithmetic.h>

template<class t_TYPE>
inline constexpr bool is_arithmetic_v = is_arithmetic<t_TYPE>::value;