#include <boost/numeric/interval.hpp>
#include <iostream>
Go to the source code of this file.
Functions | |
template<class T , class Policies > | |
std::ostream & | operator<< (std::ostream &os, const boost::numeric::interval< T, Policies > &x) |
int | main () |
int main | ( | void | ) |
Definition at line 13 of file test_intervals.cxx.
std::ostream& operator<< | ( | std::ostream & | os, |
const boost::numeric::interval< T, Policies > & | x | ||
) |
Definition at line 6 of file test_intervals.cxx.