std::__traitor< _Sp, _Tp > Struct Template Reference

#include <cpp_type_traits.h>

Inheritance diagram for std::__traitor< _Sp, _Tp >:

std::__is_arithmetic< _Tp > std::__is_fundamental< _Tp > std::__is_scalar< _Tp > List of all members.

Public Types

typedef __truth_type< __value
>::__type 
__type
 __value = bool(_Sp::__value) || bool(_Tp::__value)
enum  { __value = bool(_Sp::__value) || bool(_Tp::__value) }

Detailed Description

template<class _Sp, class _Tp>
struct std::__traitor< _Sp, _Tp >

Definition at line 109 of file cpp_type_traits.h.


Member Typedef Documentation

template<class _Sp, class _Tp>
typedef __truth_type<__value>::__type std::__traitor< _Sp, _Tp >::__type

Definition at line 112 of file cpp_type_traits.h.


Member Enumeration Documentation

template<class _Sp, class _Tp>
anonymous enum

Enumerator:
__value 

Definition at line 111 of file cpp_type_traits.h.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:58:54 2010 for GNU C++ STL by  doxygen 1.4.7