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