C++ Logo

std-proposals

Advanced search

[std-proposals] Chimeric Pointer

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Thu, 24 Nov 2022 22:46:32 +0000
I've written a 2-page PDF file to describe my new idea of chimeric
pointers. I've tried to attach it to this email, and also you can
download it from my webspace here:

    http://www.virjacode.com/download/chimeric_pointer.pdf

Here's a excerpt from the PDF:

"When you apply the ‘->’ operator to a chimeric pointer and then try
to access a member object or a member function, the compiler tries to
find the member in all the base classes"

Received on 2022-11-24 22:46:45