__is_integral

De RAD Studio
Aller à : navigation, rechercher

Remonter à Fonctions trait de type (C++11) - Index


Catégorie

Fonctions trait de type

Syntaxe

bool __is_integral(typename T)

Renvoie True si et seulement si T est un type intégral (potentiellement cv-qualifié).

Les types intégraux sont définis dans la section 3.9.1 page 7 du "Working Standard".

L'ensemble standard des types intégraux est : bool, char, signed char, unsigned char, char16_t, char32_t, wchar_t, [unsigned]short, [unsigned] int, [unsigned] long et [unsigned] long.

Voir aussi