template<typename type_t, typename enumerable_t>
class xtd::collections::generic::enumerable_iterators< type_t, enumerable_t >
Internal enumarable iterators definition.
- Definition
template<typename type_t, typename enumerable_t>
Internal enumarable iterators definition.
Definition enumerable_iterators.h:44
- Header
#include <xtd/collections/enumerable_iterators
- Namespace
- xtd::collections::generic
- Library
- xtd.core
- Warning
- Internal use only for xtd::collections::generic::ienumerable interfece.
|
virtual const_iterator | begin () const |
| Returns an iterator to the first element of the enumarable.
|
|
virtual iterator | begin () |
| Returns an iterator to the first element of the enumarable.
|
|
virtual const_iterator | cbegin () const |
| Returns an iterator to the first element of the enumarable.
|
|
virtual const_iterator | cend () const |
| Returns an iterator to the element following the last element of the enumarable.
|
|
virtual const_iterator | end () const |
| Returns an iterator to the element following the last element of the enumarable.
|
|
virtual iterator | end () |
| Returns an iterator to the element following the last element of the enumarable.
|
|
The documentation for this class was generated from the following file: