region: add integer typedef, region2i
This commit is contained in:
parent
a782a61983
commit
c185ea7226
@ -80,8 +80,9 @@ namespace util {
|
|||||||
void sanity (void) const;
|
void sanity (void) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef region<size_t> region2u;
|
typedef region<size_t> region2u;
|
||||||
typedef region<float> region2f;
|
typedef region<intmax_t> region2i;
|
||||||
|
typedef region<float> region2f;
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
std::ostream& operator<< (std::ostream&, const util::region<T>&);
|
std::ostream& operator<< (std::ostream&, const util::region<T>&);
|
||||||
|
Loading…
Reference in New Issue
Block a user