carl  24.04
Computer ARithmetic Library
typetraits.h File Reference
#include "../typetraits.h"
#include "include.h"
Include dependency graph for typetraits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  carl::is_integer_type< mpz_class >
 States that mpz_class has the trait is_integer_type . More...
 
struct  carl::is_rational_type< mpq_class >
 States that mpq_class has the trait is_rational_type . More...
 
struct  carl::IntegralType< mpq_class >
 States that IntegralType of mpq_class is mpz_class . More...
 
struct  carl::IntegralType< mpz_class >
 States that IntegralType of mpz_class is mpz_class . More...
 

Namespaces

 carl
 carl is the main namespace for the library.
 

Detailed Description

Author
Sebastian Junges
Gereon Kremer

Definition in file typetraits.h.