std::__is_fundamental

NAME

std::__is_fundamental -

SYNOPSIS


Inherits std::__traitor< _Sp, _Tp >< std::__is_void< _Tp >, std::__is_arithmetic< _Tp > >.

Detailed Description

template<typename _Tp> struct std::__is_fundamental< _Tp >

Definition at line 332 of file cpp_type_traits.h.

Public Types

enum { __value }
typedef __truth_type< __value >::__type __type

Member Enumeration Documentation

template<class _Sp, class _Tp> anonymous enum [inherited]

Enumerator:
__value
Definition at line 113 of file cpp_type_traits.h.

Author

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