Template Struct ConstantReg2

Inheritance Relationships

Base Type

  • public std::binary_function< T, T, IntRegion< T > >

Struct Documentation

template<class T>
struct ConstantReg2 : public std::binary_function<T, T, IntRegion<T>>

Public Functions

ConstantReg2(T a, T b)
ConstantReg2(IntRegion<T> const &r)
IntRegion<T> operator()(T x, T y) const

Public Members

IntRegion<T> ir