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