bsl::is_fundamental_v

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

Synopsis

Declared in <bslmf_isfundamental.h>

template<class t_TYPE>
inline constexpr bool is_fundamental_v = is_fundamental<t_TYPE>::value;