std::TypeErasure
TypeErasure
A type erasure mechanism that allows for type removal
Methods
destroy
Destroys the type-erased object
destroy(self) -> void
operator*
Dereference operator to access the erased object
op *(self) -> *void
type_info
Returns type information about the erased object
type_info(self) -> libcxx::type_info
clone
Creates a copy of the type-erased object
clone(self) -> *TypeErasure