man std::tr1::is_scalar (Fonctions bibliothèques) -

NAME

std::tr1::is_scalar -

SYNOPSIS



Inherits integral_constant< bool,(is_arithmetic< _Tp >::value||is_enum< _Tp >::value||is_pointer< _Tp >::value||is_member_pointer< _Tp >::value)>.

Detailed Description

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

Definition at line 216 of file type_traits.

Public Types

typedef integral_constant< bool, __v > type

typedef bool value_type

Static Public Attributes

static const bool value

Author

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