carl  24.04
Computer ARithmetic Library
carl::DivisionResult< Type > Struct Template Reference

A strongly typed pair encoding the result of a division, being a quotient and a remainder. More...

#include <Division.h>

Data Fields

Type quotient
 
Type remainder
 

Detailed Description

template<typename Type>
struct carl::DivisionResult< Type >

A strongly typed pair encoding the result of a division, being a quotient and a remainder.

Definition at line 16 of file Division.h.

Field Documentation

◆ quotient

template<typename Type >
Type carl::DivisionResult< Type >::quotient

Definition at line 17 of file Division.h.

◆ remainder

template<typename Type >
Type carl::DivisionResult< Type >::remainder

Definition at line 18 of file Division.h.


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