carl  24.04
Computer ARithmetic Library
CLN Usage
Collaboration diagram for CLN Usage:

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...
 

Detailed Description


Data Structure Documentation

◆ carl::is_integer_type< cln::cl_I >

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.

Inheritance diagram for carl::is_integer_type< cln::cl_I >:
Collaboration diagram for carl::is_integer_type< cln::cl_I >:

◆ carl::is_rational_type< cln::cl_RA >

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.

Inheritance diagram for carl::is_rational_type< cln::cl_RA >:
Collaboration diagram for carl::is_rational_type< cln::cl_RA >:

◆ carl::IntegralType< cln::cl_I >

struct carl::IntegralType< cln::cl_I >

States that IntegralType of cln::cl_I is cln::cl_I .

<>

Definition at line 23 of file typetraits.h.

Inheritance diagram for carl::IntegralType< cln::cl_I >:
Collaboration diagram for carl::IntegralType< cln::cl_I >:

Public Types

using type = cln::cl_I
 A type associated with the type. More...
 

Member Typedef Documentation

◆ type

using carl::has_subtype< cln::cl_I >::type = cln::cl_I
inherited

A type associated with the type.

Definition at line 77 of file typetraits.h.

◆ carl::IntegralType< cln::cl_RA >

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.

Inheritance diagram for carl::IntegralType< cln::cl_RA >:
Collaboration diagram for carl::IntegralType< cln::cl_RA >:

Public Types

using type = cln::cl_I
 A type associated with the type. More...
 

Member Typedef Documentation

◆ type

using carl::has_subtype< cln::cl_I >::type = cln::cl_I
inherited

A type associated with the type.

Definition at line 77 of file typetraits.h.