Range.hh File Reference
#include <iostream>
#include <utility>
#include "boca/units/Units.hh"
#include "boca/math/Math.hh"
Include dependency graph for Range.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  boca::Range< Value_ >
 Range between two values. More...
 

Namespaces

 boca
 Boosted Collider Analysis.
 

Functions

template<typename Value_ >
Range< Value_ > boca::MinMax (std::vector< Value_ > const &vector)
 
template<typename Iterator_ , typename Value_ >
Range< Value_ > boca::MinMax (Iterator_ begin, Iterator_ end)