static const bool is_specialized = false;
The member stores true for a type that has an explicit specialization defined for template class numeric_limits
(which is the case for all scalar types other than pointers).
See the related numeric_limits sample program.