carl
24.04
Computer ARithmetic Library
|
Files | |
file | hash.h |
file | operations.h |
file | typetraits.h |
Data Structures | |
struct | carl::is_integer_type< cln::cl_I > |
States that cln::cl_I has the trait is_integer_type . More... | |
struct | carl::is_rational_type< cln::cl_RA > |
States that cln::cl_RA has the trait is_rational_type . More... | |
struct | carl::IntegralType< cln::cl_I > |
States that IntegralType of cln::cl_I is cln::cl_I . More... | |
struct | carl::IntegralType< cln::cl_RA > |
States that IntegralType of cln::cl_RA is cln::cl_I . More... | |
struct carl::is_integer_type< cln::cl_I > |
States that cln::cl_I has the trait is_integer_type .
<>
Definition at line 20 of file typetraits.h.
struct carl::is_rational_type< cln::cl_RA > |
States that cln::cl_RA has the trait is_rational_type .
<>
Definition at line 21 of file typetraits.h.
struct carl::IntegralType< cln::cl_I > |
Public Types | |
using | type = cln::cl_I |
A type associated with the type. More... | |
|
inherited |
A type associated with the type.
Definition at line 77 of file typetraits.h.
struct carl::IntegralType< cln::cl_RA > |
States that IntegralType of cln::cl_RA is cln::cl_I .
<>
Definition at line 24 of file typetraits.h.
Public Types | |
using | type = cln::cl_I |
A type associated with the type. More... | |
|
inherited |
A type associated with the type.
Definition at line 77 of file typetraits.h.