std::tr1::is_arithmetic

Langue: en

Autres versions - même langue

Version: 316118 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

std::tr1::is_arithmetic - composite type traits [4.5.2].

SYNOPSIS


Inherits integral_constant< bool,(is_integral< _Tp >::value||is_floating_point< _Tp >::value)>.

Public Types


typedef integral_constant< bool, __v > type

typedef bool value_type

Static Public Attributes


static const bool value

Detailed Description

template<typename _Tp> struct std::tr1::is_arithmetic< _Tp >

Definition at line 200 of file type_traits.

Author

Generated automatically by Doxygen for libstdc++ from the source code.