diff options
Diffstat (limited to 'include/GenericsLibrary/iterator.nhh')
| -rw-r--r-- | include/GenericsLibrary/iterator.nhh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/GenericsLibrary/iterator.nhh b/include/GenericsLibrary/iterator.nhh index 13db042..302734c 100644 --- a/include/GenericsLibrary/iterator.nhh +++ b/include/GenericsLibrary/iterator.nhh @@ -8,6 +8,16 @@ impl iterator_traits { + let init() + { + return; + } + + let dispose() + { + return; + } + let begin(let it) { let end := it._begin; |
