Searched defs:DomainTraits (Results 1 – 2 of 2) sorted by relevance
68 struct DomainTraits<Interval> struct70 typedef int Size_t;71 typedef int Element_t;72 typedef Interval Domain_t;73 typedef Interval OneDomain_t;74 typedef Loc AskDomain_t;75 typedef int Storage_t[2];76 enum { dimensions = 1 };77 enum { wildcard = false };101 class Interval : public Domain<DomainTraits<Interval> > argument[all …]