mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Add iterator_range::end() predicate.
llvm-svn: 248447
This commit is contained in:
parent
307104b262
commit
eff1b99076
@ -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…
x
Reference in New Issue
Block a user