__is_arithmetic

De RAD Studio
Aller à : navigation, rechercher

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


Catégorie

Fonctions trait de type

Syntaxe

bool __is_arithmetic ( typename T )

Renvoie __is_integral(T) || __is_floating_point(T).

Voir aussi