Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

type_traits.h File Reference

#include <bits/c++config.h>

Include dependency graph for type_traits.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  std

Compounds

struct  _Is_normal_iterator< std::__normal_iterator< _Iterator, _Container > >
struct  __type_traits
struct  __type_traits< _Tp *>
struct  __type_traits< bool >
struct  __type_traits< char >
struct  __type_traits< double >
struct  __type_traits< float >
struct  __type_traits< int >
struct  __type_traits< long >
struct  __type_traits< long double >
struct  __type_traits< short >
struct  __type_traits< signed char >
struct  __type_traits< unsigned char >
struct  __type_traits< unsigned int >
struct  __type_traits< unsigned long >
struct  __type_traits< unsigned short >
struct  __type_traits< wchar_t >
struct  _Bool
struct  _Is_integer
struct  _Is_integer< bool >
struct  _Is_integer< char >
struct  _Is_integer< int >
struct  _Is_integer< long >
struct  _Is_integer< short >
struct  _Is_integer< signed char >
struct  _Is_integer< unsigned char >
struct  _Is_integer< unsigned int >
struct  _Is_integer< unsigned long >
struct  _Is_integer< unsigned short >
struct  _Is_integer< wchar_t >
struct  _Is_normal_iterator

Defines

#define _CPP_BITS_TYPE_TRAITS_H   1

Typedefs

typedef _Bool<true> __true_type
typedef _Bool<false> __false_type


Define Documentation

#define _CPP_BITS_TYPE_TRAITS_H   1
 

Definition at line 16 of file type_traits.h.


Typedef Documentation

typedef _Bool<false> __false_type
 

Definition at line 59 of file type_traits.h.

typedef _Bool<true> __true_type
 

Definition at line 58 of file type_traits.h.


Generated at Tue May 1 16:29:39 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001