28 #ifndef BSL_IS_SCALAR_HPP 29 #define BSL_IS_SCALAR_HPP 54 is_arithmetic<T>::value ||
56 is_pointer<T>::value ||
57 is_member_pointer<T>::value ||
58 is_null_pointer<T>::value>
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
If the provided type is a scalar type, provides the member constant value equal to true....
Definition: is_scalar.hpp:52