carl  24.04
Computer ARithmetic Library
carl::IntegralType< RationalType > Struct Template Reference

Gives the corresponding integral type. More...

#include <typetraits.h>

Public Types

using type = sint
 

Detailed Description

template<typename RationalType>
struct carl::IntegralType< RationalType >

Gives the corresponding integral type.

Default is int.

Definition at line 310 of file typetraits.h.

Member Typedef Documentation

◆ type

template<typename RationalType >
using carl::IntegralType< RationalType >::type = sint
Todo:
Should any type have an integral type?

Definition at line 312 of file typetraits.h.


The documentation for this struct was generated from the following file: