|
CeresEngine 0.2.0
A game development framework
|
A meta interface that can be implemented by types that support erasion. More...
#include <CeresEngine/Reflection/TypeInfo.hpp>
Public Member Functions | |
| virtual Box | erase (const Box &container, const Box &where) const =0 |
Protected Member Functions | |
| ~ErasableTypeTrait ()=default | |
A meta interface that can be implemented by types that support erasion.
|
protecteddefault |
|
pure virtual |
Implemented in CeresEngine::impl::TErasableTypeTrait< T >.