ant
A2 ant: class-based analysis framework
interval.h File Reference
#include "types.h"
#include <algorithm>
#include <stdexcept>
#include <limits>
#include <istream>
#include <sstream>
#include <cmath>
+ Include dependency graph for interval.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  ant::interval< T >
 Interval class template. More...
 

Namespaces

 ant
 

Typedefs

using ant::IntervalD = interval< double >
 Interval of doubles. More...
 
using ant::IntervalI = interval< int >
 Interval of ints. More...
 

Functions

template<typename T >
interval< T > ant::intersect (const interval< T > &a, const interval< T > &b)