|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Reflection/TypeInfo.hpp>
Public Member Functions | |
| virtual Box | dereference (const Box &value) const =0 |
Dereferences the value at value. | |
Protected Member Functions | |
| ~DereferenceableTypeTrait ()=default | |
|
protecteddefault |
|
pure virtual |
Dereferences the value at value.
Must return a reference (or a value) that is the result of dereferencing the given value.
Implemented in CeresEngine::PointerTypeInfo, and CeresEngine::impl::TDereferenceableTypeTrait< T >.