carl  24.04
Computer ARithmetic Library
typetraits.h File Reference
#include "../typetraits.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_subset_of_integers_type< signed char >
 States that signed char has the trait is_subset_of_integers_type . More...
 
struct  carl::is_subset_of_integers_type< short int >
 States that short int has the trait is_subset_of_integers_type . More...
 
struct  carl::is_subset_of_integers_type< int >
 States that int has the trait is_subset_of_integers_type . More...
 
struct  carl::is_subset_of_integers_type< long int >
 States that long int has the trait is_subset_of_integers_type . More...
 
struct  carl::is_subset_of_integers_type< long long int >
 States that long long int has the trait is_subset_of_integers_type . More...
 
struct  carl::is_subset_of_integers_type< unsigned char >
 States that unsigned char has the trait is_subset_of_integers_type . More...
 
struct  carl::is_subset_of_integers_type< unsigned short int >
 States that unsigned short int has the trait is_subset_of_integers_type . More...
 
struct  carl::is_subset_of_integers_type< unsigned int >
 States that unsigned int has the trait is_subset_of_integers_type . More...
 
struct  carl::is_subset_of_integers_type< unsigned long int >
 States that unsigned long int has the trait is_subset_of_integers_type . More...
 
struct  carl::is_subset_of_integers_type< unsigned long long int >
 States that unsigned long long int has the trait is_subset_of_integers_type . More...
 
struct  carl::IntegralType< float >
 States that IntegralType of float is sint . More...
 
struct  carl::IntegralType< double >
 States that IntegralType of double is sint . More...
 
struct  carl::IntegralType< long double >
 States that IntegralType of long double is sint . More...
 

Namespaces

 carl
 carl is the main namespace for the library.
 

Detailed Description