MADNESS  version 0.9
List of all members
madness::tr1::is_same< A, A > Struct Template Reference

is_same<A,B> returns true if A and B are the same type More...

#include <type_traits_bits.h>

Inheritance diagram for madness::tr1::is_same< A, A >:
Inheritance graph
[legend]
Collaboration diagram for madness::tr1::is_same< A, A >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from madness::tr1::integral_constant< T, val >
typedef integral_constant< T, val > type
 
typedef T value_type
 
- Static Public Attributes inherited from madness::tr1::integral_constant< T, val >
static const T value = val
 

Detailed Description

template<typename A>
struct madness::tr1::is_same< A, A >

is_same<A,B> returns true if A and B are the same type


The documentation for this struct was generated from the following file: