Description: The is_integral() is used to check whether T is an integral type. If integral type
then return true else false.
Integral type include:-
bool char char16_t char32_t wchar_t signed char short int int long int long long int unsigned char unsigned short int unsigned int unsigned long int unsigned long long int
Comments