std::tr1::is_enum

NAME

std::tr1::is_enum -

SYNOPSIS


Inherits std::tr1::integral_constant< _Tp, __v >< bool,!(std::tr1::is_fundamental< _Tp >::value||std::tr1::is_array< _Tp >::value||std::tr1::is_pointer< _Tp >::value||std::tr1::is_reference< _Tp >::value||std::tr1::is_member_pointer< _Tp >::value||std::tr1::is_function< _Tp >::value||std::tr1::__is_union_or_class< _Tp >::value)>.

Detailed Description

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

Definition at line 174 of file type_traits.

Public Types

typedef integral_constant< _Tp, __v > type
typedef _Tp value_type

Static Public Attributes

static const _Tp value

Author

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