#include <elm/data/Range.h>
◆ Range()
Range |
( |
const I & |
begin, |
|
|
const I & |
end |
|
) |
| |
|
inline |
Build a range the begin iterator to the end iterator (exclusive).
- Parameters
-
begin | Iterator on the first element of the collection. |
end | End iterator past the last element of the collection (may be ended). |
◆ begin()
◆ contains()
bool contains |
( |
const t & |
v | ) |
|
|
inline |
◆ containsAll()
bool containsAll |
( |
const C & |
c | ) |
|
|
inline |
◆ count()
◆ end()
◆ isEmpty()
◆ operator bool()
The documentation for this class was generated from the following files:
- include/elm/data/Range.h
- src/data_Range.cpp