carl  24.04
Computer ARithmetic Library
carl::is_rational_type< T > Struct Template Reference

States if a type is a rational type. More...

#include <typetraits.h>

Inheritance diagram for carl::is_rational_type< T >:
Collaboration diagram for carl::is_rational_type< T >:

Detailed Description

template<typename T>
struct carl::is_rational_type< T >

States if a type is a rational type.

We consider a type to be rational, if it can (in theory) represent any rational number. Default is false.

Definition at line 269 of file typetraits.h.


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