|
BWAPI
|
#include <CGAL/CORE/Impl.h>

Go to the source code of this file.
Classes | |
| struct | hasExactDivision< NT > |
| struct | hasExactDivision< Expr > |
| struct | hasExactDivision< BigRat > |
| class | Promotion< T, T > |
Defines | |
| #define | MAX_TYPE(T1, T2) typename Promotion<T1, T2>::ResultT |
| #define | DEFINE_MAX_TYPE(T1, T2, Tr) |
| #define DEFINE_MAX_TYPE | ( | T1, | |
| T2, | |||
| Tr | |||
| ) |
template<> class Promotion<T1, T2> { \ public: \ typedef Tr ResultT; \ }; \ template<> class Promotion<T2, T1> { \ public: \ typedef Tr ResultT; \ };
| #define MAX_TYPE | ( | T1, | |
| T2 | |||
| ) | typename Promotion<T1, T2>::ResultT |
1.7.6.1