24 #ifndef MPBLOCKS_UTIL_RANGE_HPP_
25 #define MPBLOCKS_UTIL_RANGE_HPP_
42 operator T() {
return val; }
67 #endif // MPBLOCKS_UTIL_RANGE_HPP_
T m_begin
the first integral value
BinaryKey other(const BinaryKey &key)
T val
storage for the actual value
T m_end
one past the last integral value
Range_< T > Range(T begin, T end)