|
CeresEngine 0.2.0
A game development framework
|
Helper class for wrap().
More...
#include <CeresEngine/Foundation/Iterator.hpp>
Public Member Functions | |
| IB && | begin () const |
| IE && | end () const |
| WrappedIterator (IB &&begin, IE &&end, Context &&context) | |
Public Attributes | |
| Context | mContext |
| IB | beginIterator |
| IE | endIterator |
Helper class for wrap().
|
inline |
|
inline |
|
inline |
|
mutable |
|
mutable |
| Context CeresEngine::WrappedIterator< IB, IE, Context >::mContext |