carl  24.04
Computer ARithmetic Library
CompareResult.h File Reference
#include <ostream>
Include dependency graph for CompareResult.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 

Enumerations

enum class  carl::CompareResult { carl::LESS = -1 , carl::EQUAL = 0 , carl::GREATER = 1 }
 

Functions

std::ostream & carl::operator<< (std::ostream &os, CompareResult cr)
 

Detailed Description

Author
Sebastian Junges

Definition in file CompareResult.h.