Add position_type typedef for regions

This commit is contained in:
Danny Robson 2012-06-08 16:49:09 +10:00
parent 9098ea408d
commit b960319436

View File

@ -30,6 +30,7 @@ namespace util {
*/
template <typename T>
struct region {
typedef T position_type;
typedef typename always_unsigned<T>::type size_type;
T x, y;