Range of location ids. More...
Public Member Functions | |
location_range_wrapper (T t) | |
bool | has_invalid (const value_type max) const noexcept |
Returns true if any of the location ids in the range exceeds max . | |
bool | empty (void) const noexcept |
size_type | size (void) const noexcept |
T const & | get (void) const noexcept |
const_iterator | begin (void) const noexcept |
const_iterator | end (void) const noexcept |
Public Types | |
using | size_type = typename T::size_type |
using | const_iterator = typename T::const_iterator |
using | value_type = runtime::location_id |
Range of location ids.
T | Range container type. |
()