proxy class for the iterator_wrapper functions More...
Public Member Functions | |
| iteration_proxy (typename IteratorType::reference cont) | |
| construct iteration proxy from a container More... | |
| iteration_proxy_internal | begin () noexcept |
| return iterator begin (needed for range-based for) More... | |
| iteration_proxy_internal | end () noexcept |
| return iterator end (needed for range-based for) More... | |
proxy class for the iterator_wrapper functions
|
inlineexplicit |
construct iteration proxy from a container
|
inlinenoexcept |
return iterator begin (needed for range-based for)
|
inlinenoexcept |
return iterator end (needed for range-based for)