Whole document tree
    

Whole document tree

type_traits.h File Reference
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  __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< long long >
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 long 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< long 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 long long >
struct  _Is_integer< unsigned short >
struct  _Is_integer< wchar_t >
struct  _Is_normal_iterator
struct  _Is_normal_iterator< std::__normal_iterator< _Iterator, _Container > >

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 45 of file type_traits.h.


Typedef Documentation

typedef _Bool<false> __false_type
 

Definition at line 88 of file type_traits.h.

typedef _Bool<true> __true_type
 

Definition at line 87 of file type_traits.h.


Generated on Mon Apr 8 03:16:24 2002 for libstdc++-v3 Source by doxygen1.2.15