forked from OSchip/llvm-project
parent
8ac7b2d07b
commit
7964f6fe5f
|
@ -44,6 +44,7 @@ public:
|
|||
|
||||
IteratorT begin() const { return begin_iterator; }
|
||||
IteratorT end() const { return end_iterator; }
|
||||
bool empty() const { return begin_iterator == end_iterator; }
|
||||
};
|
||||
|
||||
/// Convenience function for iterating over sub-ranges.
|
||||
|
|
Loading…
Reference in New Issue