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