Tweak BranchWrapper implementation
- use a dedicated
Ptr
class which contains a type id in addition to void* - add const to indicate that there should be no writes to the memory obtained from AnyDataWrapper
Edited by Gerhard Raven
Ptr
class which contains a type id in addition to void*