ThePEG
1.8.0
Utilities
Interval.fh
1
// -*- C++ -*-
2
#ifndef ThePEG_Interval_FH
3
#define ThePEG_Interval_FH
4
5
#include <functional>
6
7
namespace ThePEG {
8
9
template <typename T = double, typename CMP = std::less<T> >
10
class Interval;
11
12
}
13
14
#endif /* ThePEG_Interval_FH */
Generated by
1.8.13