|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Reflection/TypeInfo.hpp>
Public Member Functions | |
| virtual Box | begin (const Box &value) const =0 |
Gets the begin iterator value by calling valie.begin(). | |
| virtual Box | end (const Box &value) const =0 |
Gets the begin iterator value by calling value.end(). | |
Protected Member Functions | |
| ~IterableTypeTrait ()=default | |
|
protecteddefault |
Gets the begin iterator value by calling valie.begin().
Implemented in CeresEngine::impl::TIterableTypeTrait< T >.
Gets the begin iterator value by calling value.end().
Implemented in CeresEngine::impl::TIterableTypeTrait< T >.