11 #ifndef INCLUDED_FROM_NUMBERS_H 
   12 static_assert(
false, 
"This file may only be included indirectly by numbers.h");
 
   15 #include "../typetraits.h" 
States if a type is an integer type.
 
carl is the main namespace for the library.
 
States if a type is a rational type.
 
Gives the corresponding integral type.
 
#define TRAIT_TRUE(name, type, groups)
 
#define TRAIT_TYPE(name, _type, value, groups)