PPL  1.2
Parma_Polyhedra_Library::Is_Same< T1, T2 > Struct Template Reference

A class holding a constant called value that evaluates to true if and only if T1 is the same type as T2. More...

#include <meta_programming.hh>

Inheritance diagram for Parma_Polyhedra_Library::Is_Same< T1, T2 >:
Collaboration diagram for Parma_Polyhedra_Library::Is_Same< T1, T2 >:

Additional Inherited Members

- Public Types inherited from Parma_Polyhedra_Library::Bool< false >
enum  const_bool_value
 

Detailed Description

template<typename T1, typename T2>
struct Parma_Polyhedra_Library::Is_Same< T1, T2 >

A class holding a constant called value that evaluates to true if and only if T1 is the same type as T2.

This is the non-specialized case, in which T1 and T2 can be different.

Definition at line 179 of file meta_programming.hh.


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